feat: Add start as minimized toggle to settings (#248)

Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Co-authored-by: V <vendicated@riseup.net>
Co-authored-by: Lewis Crichton <lewi@lewisakura.moe>
This commit is contained in:
Michal Vaniš
2023-12-09 14:42:44 +01:00
committed by GitHub
parent 4974848a56
commit 40b952d8bf
4 changed files with 15 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ export interface Settings {
arRPC?: boolean;
appBadge?: boolean;
discordWindowsTitleBar?: boolean;
startMinimized?: boolean;
maximized?: boolean;
minimized?: boolean;