mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
use action from store instead of directly modifying state in components
This commit is contained in:
@@ -379,7 +379,7 @@ export const useGeneralSettingsStore = defineStore('GeneralSettings', () => {
|
||||
})
|
||||
.then(async ({ ok, value }) => {
|
||||
if (ok) {
|
||||
vrcxStore.proxyServer = value;
|
||||
vrcxStore.setProxyServer(value);
|
||||
await VRCXStorage.Set(
|
||||
'VRCX_ProxyServer',
|
||||
vrcxStore.proxyServer
|
||||
|
||||
Reference in New Issue
Block a user