mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Save blacklisted shortcuts on import (#267)
This commit is contained in:
Generated
+1
-1
@@ -192,7 +192,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "boilr"
|
name = "boilr"
|
||||||
version = "1.7.5"
|
version = "1.7.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "boilr"
|
name = "boilr"
|
||||||
version = "1.7.5"
|
version = "1.7.6"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "^0.13.0"
|
base64 = "^0.13.0"
|
||||||
|
|||||||
@@ -25,6 +25,13 @@ https://hughsie.github.io/oars/index.html
|
|||||||
-->
|
-->
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<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">
|
<release version="1.7.5" date="2022-10-26">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -241,6 +241,7 @@ impl App for MyEguiApp {
|
|||||||
.clicked()
|
.clicked()
|
||||||
&& !syncing
|
&& !syncing
|
||||||
{
|
{
|
||||||
|
save_settings(&self.settings, &self.platforms);
|
||||||
self.run_sync(false);
|
self.run_sync(false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user