Skip to content

Commit

Permalink
fix: settings.decorations enables SSD
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Jun 28, 2024
1 parent e707391 commit 4c609e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/command/platform_specific/wayland/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ impl<T> TryFrom<window::Action<T>> for Action<T> {
resizable: settings
.resizable
.then_some(settings.resize_border as f64),
client_decorations: settings.decorations,
client_decorations: !settings.decorations,
transparent: settings.transparent,
xdg_activation_token: None,
};
Expand Down

0 comments on commit 4c609e7

Please sign in to comment.