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 authored and ryanabx committed Jul 29, 2024
1 parent 1f10abc commit 7ae2895
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 7ae2895

Please sign in to comment.