client/settings/disable shadows: add an option to enable or disable shadows

This commit is contained in:
Adorian Doran
2025-08-23 00:43:49 +03:00
parent 0a9c0234e2
commit 85dd99a3c4
3 changed files with 4 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
// Appearance
splitEditorOrientation: "horziontal" | "vertical";
motionEnabled: boolean;
shadowsEnabled: boolean;
codeNoteTheme: string;
initialized: boolean;