mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add option to only download images for BoilR shortcuts (#106)
This commit is contained in:
@@ -211,6 +211,10 @@ impl MyEguiApp {
|
||||
)
|
||||
});
|
||||
ui.checkbox(&mut self.settings.steamgrid_db.prefer_animated, "Prefer animated images").on_hover_text("Prefer downloading animated images over static images (this can slow Steam down but looks neat)");
|
||||
ui.checkbox(
|
||||
&mut self.settings.steamgrid_db.only_download_boilr_images,
|
||||
"Only download images for BoilR shortcuts",
|
||||
);
|
||||
}
|
||||
ui.add_space(SECTION_SPACING);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user