Move magnifier schemas to gsettings-desktop-schemas
Move the magnifier schemas to gsettings-desktop-schemas to allow them to be shared between gnome-shell and other applications. https://bugzilla.gnome.org/show_bug.cgi?id=642034
This commit is contained in:
@@ -438,7 +438,7 @@ Magnifier.prototype = {
|
||||
},
|
||||
|
||||
_settingsInit: function(zoomRegion) {
|
||||
this._settings = new Gio.Settings({ schema: 'org.gnome.accessibility.magnifier' });
|
||||
this._settings = new Gio.Settings({ schema: 'org.gnome.desktop.a11y.magnifier' });
|
||||
|
||||
if (zoomRegion) {
|
||||
// Mag factor is accurate to two decimal places.
|
||||
|
Reference in New Issue
Block a user