web UI
This commit is contained in:
@@ -27,9 +27,9 @@ public partial class MainWindowVM:ObservableObject
|
||||
|
||||
|
||||
[RelayCommand]
|
||||
public void Settings()
|
||||
public async Task Settings()
|
||||
{
|
||||
_settingsService.ShowSettingsDialog();
|
||||
await _settingsService.ShowSettingsDialogAsync();
|
||||
}
|
||||
|
||||
[RelayCommand]
|
||||
|
||||
Reference in New Issue
Block a user