This commit is contained in:
xyy
2026-05-27 14:04:14 +08:00
parent 5bbbddf509
commit 8332fa0531
4 changed files with 187 additions and 89 deletions

View File

@@ -52,6 +52,11 @@ public partial class ConfigViewModel : ObservableObject
}
}
//public IAsyncRelayCommand SaveCommand => new AsyncRelayCommand(Save);
[RelayCommand]
private async Task Save()
{