Skip to content

Commit 0e11015

Browse files
committed
Revert to accessory
1 parent 1bb0688 commit 0e11015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn handle_setup(app: &mut App) -> Result<(), Box<dyn std::error::Error>> {
4848
let win = app.get_window("main").expect("window not found");
4949

5050
let _ = win.set_always_on_top(true);
51-
// app.set_activation_policy(ActivationPolicy::Accessory);
51+
app.set_activation_policy(ActivationPolicy::Accessory);
5252

5353
apply_vibrancy(
5454
&win,

0 commit comments

Comments
 (0)