Skip to content

Commit

Permalink
Skip on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 17, 2023
1 parent 71fd742 commit 44ae6de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/desktop/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ fn main() {
// the window should always be on top
window.set_always_on_top(true);

// skip on windows
window.set_skip_taskbar(true);

// setting this seems to fix windows somehow
// NOTE: this might be a bug?
window.set_decorations(false);
Expand Down

0 comments on commit 44ae6de

Please sign in to comment.