We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5730710 commit f6948b1Copy full SHA for f6948b1
src/Library/demos/Actions/main.blp
@@ -162,11 +162,6 @@ Adw.StatusPage demo {
162
uri: "https://gjs.guide/guides/gio/actions-and-menus.html";
163
}
164
165
- LinkButton {
166
- label: _("PyGObjects Documentation");
167
- uri: "https://pygobject.readthedocs.io";
168
- }
169
-
170
LinkButton {
171
label: _("GTK Documentation");
172
uri: "https://docs.gtk.org/gtk4/actions.html";
src/window.blp
@@ -525,6 +525,12 @@ menu menu_app {
525
target: "https://gtk-rs.org";
526
527
528
+ item {
529
+ label: _("Python");
530
+ action: "app.open_uri";
531
+ target: "https://pygobject.readthedocs.io";
532
+ }
533
+
534
item {
535
label: _("Blueprint");
536
action: "app.open_uri";
0 commit comments