Skip to content

Commit 085adc6

Browse files
authored
Use new behavior schema (#519)
1 parent fed431b commit 085adc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/Layout.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public class Keyboard.LayoutPage.Page : Gtk.Grid {
171171
show_panel_for_active_layout ();
172172
});
173173

174-
var gala_behavior_settings = new GLib.Settings ("org.pantheon.desktop.gala.behavior");
174+
var gala_behavior_settings = new GLib.Settings ("io.elementary.desktop.wm.behavior");
175175

176176
var overlay_string = gala_behavior_settings.get_string ("overlay-action");
177177

0 commit comments

Comments
 (0)