add auto updater

This commit is contained in:
Vendicated
2024-07-04 19:22:26 +02:00
parent 021aca4089
commit 281885a87e
9 changed files with 43 additions and 165 deletions

View File

@@ -102,15 +102,7 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
defaultValue: false
}
],
"Notifications & Updates": [
NotificationBadgeToggle,
{
key: "checkUpdates",
title: "Check for updates",
description: "Automatically check for Vesktop updates",
defaultValue: true
}
],
Notifications: [NotificationBadgeToggle],
Miscelleanous: [
{
key: "arRPC",