Add Enable Menu setting

This commit is contained in:
V
2023-07-28 21:54:17 +02:00
parent 5fa9264bdb
commit 61f9559984
3 changed files with 10 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ export interface Settings {
minimizeToTray?: boolean;
skippedUpdate?: string;
staticTitle?: boolean;
enableMenu?: boolean;
arRPC?: boolean;
appBadge?: boolean;