Make the UI fit on a Steam Deck

This commit is contained in:
Philip
2022-03-12 23:40:41 +01:00
parent f148255ba9
commit 7c1a21c270
2 changed files with 77 additions and 96 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ fn update_ui_with_settings(ui: &mut UserInterface, settings: &Settings) {
}
#[cfg(not(target_family = "unix"))]
{
ui.gog_winedrive_input.deactivate();
ui.gog_winedrive_input.hide();
}
ui.enable_uplay_checkbox.set_value(settings.uplay.enabled);