Merge branch 'bugfix/double-timer-enable' into 'master'

Fix double Timer enabling

See merge request rmnvgr/nightthemeswitcher-gnome-shell-extension!33
This commit is contained in:
Romain
2020-05-31 07:41:07 +00:00
-1
View File
@@ -113,7 +113,6 @@ var Timer = class {
this._source = new TimerSchedule();
break;
}
this._source.enable();
}
_enable_source() {