misc: using AvaloniaUseCompiledBindingsByDefault.

This commit is contained in:
Zhang Dian
2025-09-20 18:00:04 +08:00
parent 865b453b65
commit 6f2129639a
63 changed files with 60 additions and 121 deletions

View File

@@ -1,8 +1,7 @@
<ResourceDictionary
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:converters="using:Avalonia.Controls.Converters"
x:CompileBindings="True">
xmlns:converters="using:Avalonia.Controls.Converters">
<converters:PlatformKeyGestureConverter x:Key="KeyGestureConverter" />