mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 19:06:34 +00:00
fix: import ApplicationExt for set_flags
This commit is contained in:
parent
e7237d077f
commit
f6dec4bf39
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ mod bundle;
|
|||
mod pipeline;
|
||||
mod ui;
|
||||
|
||||
use gtk4::prelude::ApplicationExtManual;
|
||||
use gtk4::prelude::{ApplicationExt, ApplicationExtManual};
|
||||
use tracing_subscriber::EnvFilter;
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue