Fix close to tray

This commit is contained in:
Natsumi
2025-04-23 20:15:08 +10:00
parent 93ce22e6a7
commit 7aa1f20350

View File

@@ -7336,7 +7336,7 @@ console.log(`isLinux: ${LINUX}`);
$app.data.isStartAsMinimizedState =
(await VRCXStorage.Get('VRCX_StartAsMinimizedState')) === 'true';
$app.data.isCloseToTray =
(await VRCXStorage.Get('VRCX_CloseToTray')) === 'false';
(await VRCXStorage.Get('VRCX_CloseToTray')) === 'true';
if (await configRepository.getBool('VRCX_CloseToTray')) {
// move back to JSON
$app.data.isCloseToTray =