about summary refs log tree commit diff
path: root/src/ui/window.rs
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-04-13 23:51:31 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-04-13 23:51:31 +0300
commit9edc8c9737c744056b8c92af88a77ee889813e13 (patch)
treed0fdbc11d0fb221fe9383fa46f05af947a1e6910 /src/ui/window.rs
parent4c2715bc4b1343dec814ec260f0f70c5c22883a1 (diff)
downloadFurtherance-9edc8c9737c744056b8c92af88a77ee889813e13.tar.zst
Update libadwaita to v1.1
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]