feat: allow disabling updates check (#155)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Ryan Cao
2023-10-22 23:10:25 +08:00
committed by GitHub
parent e6cc11fc0e
commit 4b8f374856
3 changed files with 5 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ export interface Settings {
windowBounds?: Rectangle;
disableMinSize?: boolean;
checkUpdates?: boolean;
skippedUpdate?: string;
firstLaunch?: boolean;