Update headset-as-primary, default to false
So virtual displays are more likely to appear next to the glasses display
This commit is contained in:
parent
f2f2406995
commit
b6f903d05d
|
|
@ -259,7 +259,7 @@ export const MonitorManager = GObject.registerClass({
|
|||
'Use headset as primary monitor',
|
||||
'Automatically set the headset as the primary display upon connection',
|
||||
GObject.ParamFlags.READWRITE,
|
||||
true
|
||||
false
|
||||
),
|
||||
'extension-path': GObject.ParamSpec.string(
|
||||
'extension-path',
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@
|
|||
</key>
|
||||
<key name="headset-as-primary" type="b">
|
||||
<default>
|
||||
true
|
||||
false
|
||||
</default>
|
||||
<summary>Headset as primary</summary>
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Reference in New Issue