Static title (#17)

This commit is contained in:
Nick
2023-04-19 22:26:56 -04:00
committed by GitHub
parent 4721c46d8c
commit c495e71f35
3 changed files with 6 additions and 1 deletions

View File

@@ -17,4 +17,5 @@ export interface Settings {
tray?: boolean;
minimizeToTray?: boolean;
skippedUpdate?: string;
staticTitle?: boolean;
}