mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Save heroic checkbox value in ui
This commit is contained in:
@@ -212,4 +212,6 @@ fn update_ui_with_settings(ui: &mut UserInterface, settings: &Settings) {
|
|||||||
.unwrap_or(String::from("lutris"))
|
.unwrap_or(String::from("lutris"))
|
||||||
.as_str(),
|
.as_str(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
ui.enable_heroic_checkbox.set_value(settings.heroic.enabled);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user