mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Save blacklisted shortcuts on import (#267)
This commit is contained in:
@@ -241,6 +241,7 @@ impl App for MyEguiApp {
|
||||
.clicked()
|
||||
&& !syncing
|
||||
{
|
||||
save_settings(&self.settings, &self.platforms);
|
||||
self.run_sync(false);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user