mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
use action from store instead of directly modifying state in components
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
}
|
||||
|
||||
async function saveProxy() {
|
||||
vrcxStore.proxyServer = proxyServerLocal.value;
|
||||
vrcxStore.setProxyServer(proxyServerLocal.value);
|
||||
await VRCXStorage.Set('VRCX_ProxyServer', vrcxStore.proxyServer);
|
||||
await VRCXStorage.Save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user