Extension: Add explanation for not disabling in unlock-dialog session mode

This commit is contained in:
Romain Vigier
2022-02-26 11:41:24 +01:00
parent c359f638b4
commit 078976518d
+3
View File
@@ -61,6 +61,9 @@ class NightThemeSwitcher {
}
disable() {
// Extension won't be disabled in `unlock-dialog` session mode. This is
// to enable the color scheme switch while the lock screen is displayed,
// as the background image and the shell theme are visible in this mode.
console.debug('Disabling extension...');
enabled = false;