Skip to content

Commit

Permalink
Keep it SystemUpdate instead of SystemUpdates everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jan 23, 2024
1 parent 5a99dc5 commit 9b058f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/io.elementary.settings-daemon.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</key>
</schema>

<schema path="/io/elementary/settings-daemon/system-updates/" id="io.elementary.settings-daemon.system-updates">
<schema path="/io/elementary/settings-daemon/system-update/" id="io.elementary.settings-daemon.system-update">
<key type="x" name="last-refresh-time">
<default>0</default>
<summary>When updates were last refreshed</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/Backends/SystemUpdate.vala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class SettingsDaemon.Backends.SystemUpdate : Object {

public signal void state_changed ();

private static Settings settings = new GLib.Settings ("io.elementary.settings-daemon.system-updates");
private static Settings settings = new GLib.Settings ("io.elementary.settings-daemon.system-update");

private CurrentState current_state;
private UpdateDetails update_details;
Expand Down

0 comments on commit 9b058f1

Please sign in to comment.