feat: allow disabling updates check (#155)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
@@ -47,7 +47,8 @@ export default function SettingsUi() {
|
||||
"openLinksWithElectron",
|
||||
"Open Links in app (experimental)",
|
||||
"Opens links in a new Vesktop window instead of your web browser"
|
||||
]
|
||||
],
|
||||
["checkUpdates", "Check for updates", "Automatically check for Vesktop updates", true]
|
||||
];
|
||||
|
||||
const switches = allSwitches.filter(isTruthy);
|
||||
|
||||
Reference in New Issue
Block a user