Skip to content

Commit

Permalink
Save blacklisted shortcuts on import (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Oct 29, 2022
1 parent 43c1539 commit 1eebd29
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
version = "1.7.5"
version = "1.7.6"

[dependencies]
base64 = "^0.13.0"
Expand Down
7 changes: 7 additions & 0 deletions flatpak/io.github.philipk.boilr.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.1" />
<releases>
<release version="1.7.6" date="2022-10-29">
<description>
<ul>
<li>Fixed a bug where selecting which games to import would not be saved when importing games</li>
</ul>
</description>
</release>
<release version="1.7.5" date="2022-10-26">
<description>
<ul>
Expand Down
1 change: 1 addition & 0 deletions src/ui/uiapp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ impl App for MyEguiApp {
.clicked()
&& !syncing
{
save_settings(&self.settings, &self.platforms);
self.run_sync(false);
}
});
Expand Down

0 comments on commit 1eebd29

Please sign in to comment.