We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 431ece4 + ed59302 commit 297bc19Copy full SHA for 297bc19
src/Widgets/NewVersionPopup.vala
@@ -78,9 +78,9 @@ public class Widgets.NewVersionPopup : Adw.Bin {
78
79
update_button.clicked.connect (() => {
80
try {
81
- AppInfo.launch_default_for_uri (Constants.FLATHUB_URL, null);
+ AppInfo.launch_default_for_uri ("appstream://io.github.alainm23.planify", null);
82
} catch (Error e) {
83
- warning ("Error opening URL: %s", e.message);
+ warning ("Error opening GNOME Software: %s", e.message);
84
}
85
86
dismissed ();
0 commit comments