Logging is enabled by default when the extension in first installed if the user has signed in to Wakatime.
This commit is contained in:
@@ -51,7 +51,7 @@ class WakaTime {
|
||||
if (data !== false) {
|
||||
|
||||
chrome.storage.sync.get({
|
||||
loggingEnabled: false
|
||||
loggingEnabled: true
|
||||
}, (items) => {
|
||||
if (items.loggingEnabled === true) {
|
||||
changeExtensionIcon();
|
||||
|
||||
Reference in New Issue
Block a user