We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb0688 commit 0e11015Copy full SHA for 0e11015
src-tauri/src/main.rs
@@ -48,7 +48,7 @@ fn handle_setup(app: &mut App) -> Result<(), Box<dyn std::error::Error>> {
48
let win = app.get_window("main").expect("window not found");
49
50
let _ = win.set_always_on_top(true);
51
- // app.set_activation_policy(ActivationPolicy::Accessory);
+ app.set_activation_policy(ActivationPolicy::Accessory);
52
53
apply_vibrancy(
54
&win,
0 commit comments