Move back to the driver's main branch
This commit is contained in:
parent
8cb07be97a
commit
ed85420e98
|
|
@ -5,7 +5,6 @@
|
|||
[submodule "modules/XRLinuxDriver"]
|
||||
path = modules/XRLinuxDriver
|
||||
url = https://github.com/wheaney/XRLinuxDriver.git
|
||||
branch = breezy_sbs
|
||||
[submodule "modules/sombrero"]
|
||||
path = modules/sombrero
|
||||
url = https://github.com/wheaney/sombrero.git
|
||||
|
|
|
|||
|
|
@ -275,6 +275,7 @@ export default class BreezyDesktopExtension extends Extension {
|
|||
this._distance_binding = this.settings.bind('display-distance', this._xr_effect, 'display-distance', Gio.SettingsBindFlags.DEFAULT)
|
||||
this._distance_connection = this.settings.connect('changed::display-distance', this._update_display_distance.bind(this))
|
||||
this._follow_threshold_connection = this.settings.connect('changed::follow-threshold', this._update_follow_threshold.bind(this))
|
||||
|
||||
this._widescreen_mode_settings_connection = this.settings.connect('changed::widescreen-mode', this._update_widescreen_mode_from_settings.bind(this))
|
||||
this._start_binding = this.settings.bind('toggle-display-distance-start', this._xr_effect, 'toggle-display-distance-start', Gio.SettingsBindFlags.DEFAULT)
|
||||
this._end_binding = this.settings.bind('toggle-display-distance-end', this._xr_effect, 'toggle-display-distance-end', Gio.SettingsBindFlags.DEFAULT)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit abed471a8327867f88e206b36b3555ae30111eb8
|
||||
Subproject commit b97faa82a7767e4270e46886d68dd1c70b71abca
|
||||
Loading…
Reference in New Issue