mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 21:36:06 +02:00
Small fixes
This commit is contained in:
+6
-1
@@ -565,7 +565,12 @@ export const useVrcxStore = defineStore('Vrcx', () => {
|
||||
let shouldFocusWindow = true;
|
||||
switch (command) {
|
||||
case 'world':
|
||||
searchStore.directAccessWorld(input.replace('world/', ''));
|
||||
if (
|
||||
!searchStore.directAccessWorld(input.replace('world/', ''))
|
||||
) {
|
||||
// fallback for mangled world ids
|
||||
worldStore.showWorldDialog(commandArg);
|
||||
}
|
||||
break;
|
||||
case 'avatar':
|
||||
avatarStore.showAvatarDialog(commandArg);
|
||||
|
||||
Reference in New Issue
Block a user