Save blacklisted shortcuts on import (#267)

This commit is contained in:
Philip Kristoffersen
2022-10-29 07:46:54 +02:00
committed by GitHub
parent 43c1539700
commit 1eebd2959d
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -241,6 +241,7 @@ impl App for MyEguiApp {
.clicked()
&& !syncing
{
save_settings(&self.settings, &self.platforms);
self.run_sync(false);
}
});