Skip to content

Commit 9630a4f

Browse files
bottle-details-view-subpage: Bind title
1 parent ae9bfc9 commit 9630a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottles/frontend/bottle-details-view-subpage.blp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Gtk 4.0;
22
using Adw 1;
33

44
template $BottleDetailsViewSubpage: Adw.NavigationPage {
5-
title: "Subpage";
5+
title: bind content_title.title;
66
tag: "subpage";
77

88
child: Adw.ToolbarView {

0 commit comments

Comments
 (0)