feat: add dark mode support for email viewer and related settings

This commit is contained in:
Flavio Fois
2026-02-05 22:53:38 +01:00
parent ea43cd715a
commit 44ee69051d
8 changed files with 137 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ const defaults: EMLy_GUI_Settings = {
useBuiltinPDFViewer: true,
previewFileSupportedTypes: ["jpg", "jpeg", "png"],
enableAttachedDebuggerProtection: true,
useDarkEmailViewer: true,
};
class SettingsStore {