mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix clippy warnings and typos (#434)
* Fix clippy warnings. * Fixe more clippy warnings. * Fix exided lifetime warnings in clippy. * Fix errors. * Fix errors. --------- Co-authored-by: Guy Chronister <guyc.linux.patches@gmail.com>
This commit is contained in:
co-authored by
Guy Chronister
parent
6bc3908fe2
commit
f19bf2e30f
@@ -244,7 +244,7 @@ impl GamesPlatform for HeroicPlatform {
|
||||
(true, x) => format!("{x} games forced to launch directly"),
|
||||
};
|
||||
|
||||
egui::CollapsingHeader::new(safe_mode_header).id_source("Heroic_Launcher_safe_launch").show(ui, |ui| {
|
||||
egui::CollapsingHeader::new(safe_mode_header).id_salt("Heroic_Launcher_safe_launch").show(ui, |ui| {
|
||||
if self.settings.default_launch_through_heroic{
|
||||
ui.label("Some games work best when launched directly, select those games below and BoilR will create shortcuts that launch the games directly.");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user