Tray: Option to hide (#7)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Kode
2023-04-10 18:12:58 +01:00
committed by GitHub
parent d1acb0490b
commit de3aae1d95
3 changed files with 23 additions and 7 deletions

View File

@@ -14,5 +14,6 @@ export interface Settings {
openLinksWithElectron?: boolean;
vencordDir?: string;
disableMinSize?: boolean;
tray?: boolean;
minimizeToTray?: boolean;
}