Make light theme default theme on epub reader
Fix csp Header for reader and google drive (#3108) Testrun
This commit is contained in:
@@ -79,6 +79,6 @@ var reader;
|
||||
}
|
||||
|
||||
// Default settings load
|
||||
const theme = localStorage.getItem("calibre.reader.theme") ?? Object.keys(themes)[0];
|
||||
const theme = localStorage.getItem("calibre.reader.theme") ?? "lightTheme";
|
||||
selectTheme(theme);
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user