mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
Discord RPC localization, trigger BlockedOnPlayerJoined when joining an instance
This commit is contained in:
@@ -125,7 +125,7 @@ export const useAdvancedSettingsStore = defineStore('AdvancedSettings', () => {
|
||||
state.progressPie = progressPie;
|
||||
state.progressPieFilter = progressPieFilter;
|
||||
state.showConfirmationOnSwitchAvatar = showConfirmationOnSwitchAvatar;
|
||||
state.gameLogDisabled = gameLogDisabled === 'true';
|
||||
state.gameLogDisabled = gameLogDisabled;
|
||||
state.ugcFolderPath = ugcFolderPath;
|
||||
state.autoDeleteOldPrints = autoDeleteOldPrints;
|
||||
state.notificationOpacity = notificationOpacity;
|
||||
@@ -532,7 +532,7 @@ export const useAdvancedSettingsStore = defineStore('AdvancedSettings', () => {
|
||||
state.folderSelectorDialogVisible = true;
|
||||
let newFolder = '';
|
||||
if (WINDOWS) {
|
||||
newFolder = await AppApi.OpenFolderSelectorDialog(oldPath);
|
||||
newFolder = await AppApi.OpenFolderSelectorDialog(oldPath);
|
||||
} else {
|
||||
newFolder = await window.electron.openDirectoryDialog();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user