Remove unneeded saveOpenVROption

This commit is contained in:
Natsumi
2025-11-19 00:49:19 +11:00
parent 424edb04e0
commit b1d661c086
3 changed files with 10 additions and 37 deletions

View File

@@ -135,10 +135,7 @@
<simple-switch
:label="t('view.settings.advanced.advanced.cache_debug.udon_exception_logging')"
:value="udonExceptionLogging"
@change="
setUdonExceptionLogging();
saveOpenVROption();
" />
@change="setUdonExceptionLogging" />
<simple-switch
:label="t('view.settings.general.logging.resource_load')"
:value="logResourceLoad"