Skip to content

Commit

Permalink
bottle-details-view-subpage: Bind title
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Jan 14, 2025
1 parent ae9bfc9 commit 9630a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/frontend/bottle-details-view-subpage.blp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Gtk 4.0;
using Adw 1;

template $BottleDetailsViewSubpage: Adw.NavigationPage {
title: "Subpage";
title: bind content_title.title;
tag: "subpage";

child: Adw.ToolbarView {
Expand Down

0 comments on commit 9630a4f

Please sign in to comment.