Skip to content

Commit

Permalink
add no gui for heroic launcher (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
lublak committed May 24, 2022
1 parent 176dea4 commit bf4eba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heroic/heroic_game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl From<HeroicGame> for ShortcutOwned {
let (exe, parameter) = match game.install_mode.unwrap() {
InstallationMode::FlatPak => (
"flatpak",
format!("run com.heroicgameslauncher.hgl {}", launch_parameter),
format!("run com.heroicgameslauncher.hgl {} --no-gui", launch_parameter),
),
InstallationMode::UserBin => ("heroic", launch_parameter),
};
Expand Down

0 comments on commit bf4eba9

Please sign in to comment.