web UI
This commit is contained in:
@@ -17,7 +17,7 @@ public class WindowsSettingsService: ISettingsService
|
||||
|
||||
}
|
||||
|
||||
public void ShowSettingsDialog()
|
||||
public Task ShowSettingsDialogAsync()
|
||||
{
|
||||
Thread th = new Thread(() =>
|
||||
{
|
||||
@@ -30,5 +30,6 @@ public class WindowsSettingsService: ISettingsService
|
||||
});
|
||||
th.SetApartmentState(ApartmentState.STA);
|
||||
th.Start();
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user