diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-07 19:30:57 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-07 19:30:57 +0800 |
| commit | 3f8e818b58127a2fad66ed67032344f553632c38 (patch) | |
| tree | 8f8bd06593fb4b8ced1d485cb85c879dc5fb381f /JVDesktop/App.axaml.cs | |
| parent | 088a09bbfd9bf8ebcdf3dd193cef688f37efe3c5 (diff) | |
Add Avalonia Project
Diffstat (limited to 'JVDesktop/App.axaml.cs')
| -rw-r--r-- | JVDesktop/App.axaml.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/JVDesktop/App.axaml.cs b/JVDesktop/App.axaml.cs index b1bc4c0..4c26724 100644 --- a/JVDesktop/App.axaml.cs +++ b/JVDesktop/App.axaml.cs @@ -20,7 +20,7 @@ public partial class App : Application { if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop) { - // Avoid duplicate validations from both Avalonia and the CommunityToolkit. + // Avoid duplicate validations from both Avalonia and the CommunityToolkit. // More info: https://docs.avaloniaui.net/docs/guides/development-guides/data-validation#manage-validationplugins DisableAvaloniaDataAnnotationValidation(); desktop.MainWindow = new MainWindow @@ -44,4 +44,4 @@ public partial class App : Application BindingPlugins.DataValidators.Remove(plugin); } } -}
\ No newline at end of file +} |
