Skip to content

Commit

Permalink
Fix Wayland appId
Browse files Browse the repository at this point in the history
  • Loading branch information
ReillyBrogan committed Apr 16, 2024
1 parent e21a53c commit ba37a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub fn run(flags: Flags) {
settings.window.min_size = Some(Size::new(800.0, 600.0));
settings.window.exit_on_close_request = false;
settings.default_font = font::TEXT;
settings.window.platform_specific.application_id = "ludusavi".to_string();
settings.window.icon = match image::load_from_memory(include_bytes!("../assets/icon.png")) {
Ok(buffer) => {
let buffer = buffer.to_rgba8();
Expand Down

0 comments on commit ba37a14

Please sign in to comment.