Skip to content

Commit

Permalink
Launch settings uri
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jan 23, 2024
1 parent 0174d0a commit eb21759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ public sealed class SettingsDaemon.Application : Gtk.Application {

var show_updates_action = new GLib.SimpleAction (SHOW_UPDATES_ACTION, null);
show_updates_action.activate.connect (() => {
//TODO: settings uri for updates?
message ("SHOW UPDATES");
GLib.AppInfo.launch_default_for_uri_async.begin ("settings://about/os", null);
});
add_action (show_updates_action);

Expand Down

0 comments on commit eb21759

Please sign in to comment.