Remove VRCX Auto Install

Most people get hit with a UAC prompt that will either lock them out of their overlay or timeout leaving VRCX closed.
This commit is contained in:
Natsumi
2024-10-28 21:53:59 +13:00
parent 8f10ca6386
commit 64947e57cb
14 changed files with 10 additions and 50 deletions

View File

@@ -77,7 +77,6 @@ mixin settingsTab()
{ label: "Off", translationKey: "view.settings.general.vrcx_updater.auto_update_off" },
{ label: "Notify", translationKey: "view.settings.general.vrcx_updater.auto_update_notify" },
{ label: "Auto Download", translationKey: "view.settings.general.vrcx_updater.auto_update_download" },
{ label: "Auto Install", translationKey: "view.settings.general.vrcx_updater.auto_update_install" },
], "saveAutoUpdateVRCX")
//- General | Application
+simpleSettingsCategory("view.settings.general.application.header")