Add a setting to disable the version update nag message (#5449)

This commit is contained in:
Billy Biggs
2025-08-03 11:20:55 -07:00
committed by GitHub
parent 8d5fa18893
commit ae8a8f6062
3 changed files with 15 additions and 0 deletions

View File

@@ -111,6 +111,9 @@ export interface Settings {
// Setting for disabling auto-update.
disableAutoUpdate?: boolean;
// Setting for disabling the update nag message.
disableUpdateNag?: boolean;
memoryDiscoveryMaxDirs?: number;
dnsResolutionOrder?: DnsResolutionOrder;
}