mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix close to tray
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user