Работа над ночным режимом

This commit is contained in:
Book Pauk
2023-01-11 17:42:46 +07:00
parent e6b1d4b032
commit ec8fedc73d
3 changed files with 30 additions and 19 deletions

View File

@@ -470,10 +470,7 @@ class Reader {
this.allowUrlParamBookPos = settings.allowUrlParamBookPos;
this.copyFullText = settings.copyFullText;
this.showClickMapPage = settings.showClickMapPage;
//dark mode
this.nightModeActive = settings.nightMode;
this.clickControlActive = settings.clickControl;
this.blinkCachedLoad = settings.blinkCachedLoad;
this.showToolButton = settings.showToolButton;