Skip to content

Commit

Permalink
level: appwindow and always on top
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Sep 22, 2023
1 parent 32327c4 commit ea1b50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl UI {
.transparent(true)
.resizable(false)
.set_level(WindowLevel::AppWindow)
//.set_always_on_top(true)
.set_always_on_top(true)
.set_initial_position(WindowInitialPosition::Mouse)
//.window_size_policy(WindowSizePolicy::Content)
.window_size_policy(WindowSizePolicy::User)
Expand Down

0 comments on commit ea1b50b

Please sign in to comment.