mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
Remove auto launch soft close
This commit is contained in:
@@ -772,7 +772,6 @@ export const useUserStore = defineStore('User', () => {
|
||||
const D = userDialog.value;
|
||||
D.visible = true;
|
||||
D.id = userId;
|
||||
D.treeData = {};
|
||||
D.memo = '';
|
||||
D.note = '';
|
||||
getUserMemo(userId).then((memo) => {
|
||||
|
||||
Reference in New Issue
Block a user