mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
[Refactor] Update commands to use asynchronous patterns with ReactiveCommand
This commit is contained in:
@@ -117,6 +117,6 @@ public class App : Application
|
||||
})
|
||||
return;
|
||||
|
||||
mainWindowViewModel.ExecuteSettingsCommand();
|
||||
_ = mainWindowViewModel.ExecuteSettingsCommandAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user