diff options
Diffstat (limited to 'src/ui')
-rwxr-xr-x | src/ui/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.rs b/src/ui/window.rs index d252ef7..dd6ae54 100755 --- a/src/ui/window.rs +++ b/src/ui/window.rs @@ -41,7 +41,7 @@ mod imp { pub struct FurtheranceWindow { // Template widgets #[template_child] - pub header_bar: TemplateChild<gtk::HeaderBar>, + pub header_bar: TemplateChild<adw::HeaderBar>, #[template_child] pub watch: TemplateChild<gtk::Label>, #[template_child] |