Skip to content

Commit

Permalink
Use new keybindings schema (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter authored Aug 19, 2024
1 parent 6c343b1 commit 675c6a7
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 @@ -17,7 +17,7 @@
*/

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

private DBusService? dbus_service = null;
Expand Down

0 comments on commit 675c6a7

Please sign in to comment.