Add String

This commit is contained in:
DB P 2025-04-19 15:05:15 +09:00
parent 3f5e69be7f
commit 647f2bb0a1
2 changed files with 2 additions and 1 deletions

View file

@ -356,6 +356,7 @@
<system:String x:Key="logLevel">Log Level</system:String>
<system:String x:Key="LogLevelDEBUG">Debug</system:String>
<system:String x:Key="LogLevelINFO">Info</system:String>
<system:String x:Key="settingWindowFont">Setting Window Font</system:String>
<!-- FileManager Setting Dialog -->
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>

View file

@ -148,7 +148,7 @@
SelectedValuePath="Value" />
</cc:Card>
<cc:Card
Title="Setting Window Font"
Title="{DynamicResource settingWindowFont}"
Icon="&#xf259;"
Type="Inside">
<StackPanel Orientation="Horizontal">