mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-04 17:40:43 +02:00
Fix invisible cursor when no config is present
This commit is contained in:
parent
9d6f08b908
commit
99e91be35c
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ const bool DEFAULT_DESKTOP_TABLET_BECOMES_TOOLBAR = true;
|
||||||
const bool DEFAULT_HMD_TABLET_BECOMES_TOOLBAR = false;
|
const bool DEFAULT_HMD_TABLET_BECOMES_TOOLBAR = false;
|
||||||
const bool DEFAULT_PREFER_STYLUS_OVER_LASER = false;
|
const bool DEFAULT_PREFER_STYLUS_OVER_LASER = false;
|
||||||
const bool DEFAULT_PREFER_AVATAR_FINGER_OVER_STYLUS = false;
|
const bool DEFAULT_PREFER_AVATAR_FINGER_OVER_STYLUS = false;
|
||||||
const QString DEFAULT_CURSOR_NAME = "DEFAULT";
|
const QString DEFAULT_CURSOR_NAME = "SYSTEM";
|
||||||
const bool DEFAULT_MINI_TABLET_ENABLED = false;
|
const bool DEFAULT_MINI_TABLET_ENABLED = false;
|
||||||
const bool DEFAULT_AWAY_STATE_WHEN_FOCUS_LOST_IN_VR_ENABLED = true;
|
const bool DEFAULT_AWAY_STATE_WHEN_FOCUS_LOST_IN_VR_ENABLED = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue