Skip to content

Commit 1eebd29

Browse files
authored
Save blacklisted shortcuts on import (#267)
1 parent 43c1539 commit 1eebd29

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "boilr"
4-
version = "1.7.5"
4+
version = "1.7.6"
55

66
[dependencies]
77
base64 = "^0.13.0"

flatpak/io.github.philipk.boilr.appdata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ https://hughsie.github.io/oars/index.html
2525
-->
2626
<content_rating type="oars-1.1" />
2727
<releases>
28+
<release version="1.7.6" date="2022-10-29">
29+
<description>
30+
<ul>
31+
<li>Fixed a bug where selecting which games to import would not be saved when importing games</li>
32+
</ul>
33+
</description>
34+
</release>
2835
<release version="1.7.5" date="2022-10-26">
2936
<description>
3037
<ul>

src/ui/uiapp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ impl App for MyEguiApp {
241241
.clicked()
242242
&& !syncing
243243
{
244+
save_settings(&self.settings, &self.platforms);
244245
self.run_sync(false);
245246
}
246247
});

0 commit comments

Comments
 (0)