Proton support (#64)

Enable proton for heroic games
This commit is contained in:
Philip Kristoffersen
2022-03-31 17:33:33 +02:00
committed by GitHub
parent 704d5b5758
commit b58cbc51e0
24 changed files with 589 additions and 156 deletions
+1 -1
View File
@@ -202,8 +202,8 @@ fn update_ui_with_settings(ui: &mut UserInterface, settings: &Settings) {
#[cfg(not(target_family = "unix"))]
{
ui.gog_winedrive_input.hide();
ui.enable_heroic_checkbox.hide();
}
ui.enable_uplay_checkbox.set_value(settings.uplay.enabled);