We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed431b commit 085adc6Copy full SHA for 085adc6
src/Layout/Layout.vala
@@ -171,7 +171,7 @@ public class Keyboard.LayoutPage.Page : Gtk.Grid {
171
show_panel_for_active_layout ();
172
});
173
174
- var gala_behavior_settings = new GLib.Settings ("org.pantheon.desktop.gala.behavior");
+ var gala_behavior_settings = new GLib.Settings ("io.elementary.desktop.wm.behavior");
175
176
var overlay_string = gala_behavior_settings.get_string ("overlay-action");
177
0 commit comments