We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d8b2a commit 268a958Copy full SHA for 268a958
desktop/src/app.rs
@@ -438,6 +438,7 @@ impl ApplicationHandler<RuffleEvent> for App {
438
let preferred_height = self.preferences.cli.height;
439
let start_fullscreen = self.preferences.cli.fullscreen;
440
441
+ #[cfg_attr(not(target_os = "linux"), allow(unused_mut))]
442
let mut window_attributes = WindowAttributes::default()
443
.with_visible(false)
444
.with_title("Ruffle")
0 commit comments