Add option to only download images for BoilR shortcuts (#106)

This commit is contained in:
Philip Kristoffersen
2022-04-30 09:04:02 +02:00
committed by GitHub
parent 5589334e97
commit 44bebfc59e
6 changed files with 25 additions and 15 deletions
+4
View File
@@ -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);
}