mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use libadwaita HeaderBar
This commit is contained in:
parent
497d4b6854
commit
4ba2698cee
3 changed files with 6 additions and 4 deletions
|
|
@ -2,7 +2,8 @@ mod database;
|
|||
|
||||
use database::Database;
|
||||
|
||||
use gtk::{prelude::GtkWindowExt, ApplicationWindow, Box, HeaderBar};
|
||||
use adw::HeaderBar;
|
||||
use gtk::{prelude::GtkWindowExt, ApplicationWindow, Box};
|
||||
use sqlite::Transaction;
|
||||
|
||||
// Default options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue