Skip to content

Commit ed59302

Browse files
authored
open software center (#2024)
1 parent 96171c5 commit ed59302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Widgets/NewVersionPopup.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ public class Widgets.NewVersionPopup : Adw.Bin {
7878

7979
update_button.clicked.connect (() => {
8080
try {
81-
AppInfo.launch_default_for_uri (Constants.FLATHUB_URL, null);
81+
AppInfo.launch_default_for_uri ("appstream://io.github.alainm23.planify", null);
8282
} catch (Error e) {
83-
warning ("Error opening URL: %s", e.message);
83+
warning ("Error opening GNOME Software: %s", e.message);
8484
}
8585

8686
dismissed ();

0 commit comments

Comments
 (0)