Skip to content

Commit

Permalink
Application: Lessen scope of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Feb 18, 2024
1 parent 1d44f06 commit 27680e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Application : Gtk.Application {
}
}

public static GLib.Settings settings;
public static GLib.Settings settings { get; private set; }

private const ActionEntry[] ACTION_ENTRIES = {
{ "quit", on_quit_activate },
Expand Down

0 comments on commit 27680e2

Please sign in to comment.