mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 19:23:47 +02:00
Hide and force enable isCloseToTray option on macOS
This commit is contained in:
@@ -21,7 +21,7 @@ export const useGeneralSettingsStore = defineStore('GeneralSettings', () => {
|
||||
const isStartAtWindowsStartup = ref(false);
|
||||
const isStartAsMinimizedState = ref(false);
|
||||
const disableGpuAcceleration = ref(false);
|
||||
const isCloseToTray = ref(process.platform === 'darwin' ? true : false);
|
||||
const isCloseToTray = ref(false);
|
||||
const disableVrOverlayGpuAcceleration = ref(false);
|
||||
const localFavoriteFriendsGroups = ref([]);
|
||||
const udonExceptionLogging = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user