From e53f0be5cd0787a3fed1f2524109e9fa21cd2141 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Sun, 29 Oct 2023 20:04:37 +0100 Subject: [PATCH] Move PyGObject url to Bookmarks --- src/Library/demos/Actions/main.blp | 5 ----- src/window.blp | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) 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";