Skip to content

Commit

Permalink
fix: incorrect variable name in windows-only block
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Oct 26, 2024
1 parent 472780d commit 1a9dac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/widget_factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ impl WidgetFactory {
let _ = window
.as_ref()
.window()
.set_tool_window(!config.shown_in_taskbar);
.set_tool_window(!widget_config.shown_in_taskbar);

// On MacOS, we need to set the window as above the menu bar for it
// to truly be always on top.
Expand Down

0 comments on commit 1a9dac5

Please sign in to comment.