mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-08 17:40:46 +08:00
Update On Thu Oct 10 20:36:58 CEST 2024
This commit is contained in:
@@ -187,9 +187,9 @@ namespace ServiceLib.ViewModels
|
||||
|
||||
InitCoreType();
|
||||
|
||||
SaveCmd = ReactiveCommand.Create(() =>
|
||||
SaveCmd = ReactiveCommand.CreateFromTask(async () =>
|
||||
{
|
||||
SaveSettingAsync();
|
||||
await SaveSettingAsync();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user