Skip to content

Commit

Permalink
Use new behavior schema (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter authored Aug 19, 2024
1 parent 675c6a7 commit 846cd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Indicator.vala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class Slingshot.Indicator : Wingpanel.Indicator {
private const string KEYBINDING_SCHEMA = "io.elementary.desktop.wm.keybindings";
private const string GALA_BEHAVIOR_SCHEMA = "org.pantheon.desktop.gala.behavior";
private const string GALA_BEHAVIOR_SCHEMA = "io.elementary.desktop.wm.behavior";

private DBusService? dbus_service = null;
private Gtk.Grid? indicator_grid = null;
Expand Down

0 comments on commit 846cd10

Please sign in to comment.