about summary refs log tree commit diff
path: root/src/ui/window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.rs')
-rwxr-xr-xsrc/ui/window.rs2
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]