diff --git a/src/Library/demos/Actions/main.blp b/src/Library/demos/Actions/main.blp index 1846acc3d..7bb594353 100644 --- a/src/Library/demos/Actions/main.blp +++ b/src/Library/demos/Actions/main.blp @@ -162,11 +162,6 @@ Adw.StatusPage demo { uri: "https://gjs.guide/guides/gio/actions-and-menus.html"; } - LinkButton { - label: _("PyGObjects Documentation"); - uri: "https://pygobject.readthedocs.io"; - } - LinkButton { label: _("GTK Documentation"); uri: "https://docs.gtk.org/gtk4/actions.html"; diff --git a/src/window.blp b/src/window.blp index b1d14d2e0..9c0a560b1 100644 --- a/src/window.blp +++ b/src/window.blp @@ -525,6 +525,12 @@ menu menu_app { target: "https://gtk-rs.org"; } + item { + label: _("Python"); + action: "app.open_uri"; + target: "https://pygobject.readthedocs.io"; + } + item { label: _("Blueprint"); action: "app.open_uri";