Skip to content

Commit f6948b1

Browse files
authored
Move PyGObject url to Bookmarks (#723)
1 parent 5730710 commit f6948b1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/Library/demos/Actions/main.blp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ Adw.StatusPage demo {
162162
uri: "https://gjs.guide/guides/gio/actions-and-menus.html";
163163
}
164164

165-
LinkButton {
166-
label: _("PyGObjects Documentation");
167-
uri: "https://pygobject.readthedocs.io";
168-
}
169-
170165
LinkButton {
171166
label: _("GTK Documentation");
172167
uri: "https://docs.gtk.org/gtk4/actions.html";

src/window.blp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,12 @@ menu menu_app {
525525
target: "https://gtk-rs.org";
526526
}
527527

528+
item {
529+
label: _("Python");
530+
action: "app.open_uri";
531+
target: "https://pygobject.readthedocs.io";
532+
}
533+
528534
item {
529535
label: _("Blueprint");
530536
action: "app.open_uri";

0 commit comments

Comments
 (0)