Always run overlay when running VRCX in debug mode

This commit is contained in:
Natsumi
2026-01-20 12:18:20 +13:00
parent cf43938fd3
commit 62e21d54fb
4 changed files with 20 additions and 15 deletions

View File

@@ -418,6 +418,7 @@ export const useSharedFeedStore = defineStore('SharedFeed', () => {
loadSharedFeed,
sendSharedFeed,
addEntry,
addTag
addTag,
sharedFeedData
};
});