mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Fix close to tray
This commit is contained in:
+1
-1
@@ -7336,7 +7336,7 @@ console.log(`isLinux: ${LINUX}`);
|
|||||||
$app.data.isStartAsMinimizedState =
|
$app.data.isStartAsMinimizedState =
|
||||||
(await VRCXStorage.Get('VRCX_StartAsMinimizedState')) === 'true';
|
(await VRCXStorage.Get('VRCX_StartAsMinimizedState')) === 'true';
|
||||||
$app.data.isCloseToTray =
|
$app.data.isCloseToTray =
|
||||||
(await VRCXStorage.Get('VRCX_CloseToTray')) === 'false';
|
(await VRCXStorage.Get('VRCX_CloseToTray')) === 'true';
|
||||||
if (await configRepository.getBool('VRCX_CloseToTray')) {
|
if (await configRepository.getBool('VRCX_CloseToTray')) {
|
||||||
// move back to JSON
|
// move back to JSON
|
||||||
$app.data.isCloseToTray =
|
$app.data.isCloseToTray =
|
||||||
|
|||||||
Reference in New Issue
Block a user