mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Advanced title and reset button content to use dynamic resources
This commit is contained in:
parent
43227d81f4
commit
62359140a4
2 changed files with 3 additions and 2 deletions
|
|
@ -359,6 +359,7 @@
|
|||
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||
<system:String x:Key="advanced">Advanced</system:String>
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
</cc:Card>
|
||||
|
||||
<cc:ExCard
|
||||
Title="Advanced"
|
||||
Title="{DynamicResource advanced}"
|
||||
Margin="0 14 0 0"
|
||||
Icon="">
|
||||
<StackPanel>
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
Icon=""
|
||||
Type="Inside">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Button Command="{Binding ResetSettingWindowFontCommand}" Content="Reset" />
|
||||
<Button Command="{Binding ResetSettingWindowFontCommand}" Content="{DynamicResource commonReset}" />
|
||||
<ComboBox
|
||||
Margin="12 8 0 8"
|
||||
HorizontalAlignment="Stretch"
|
||||
|
|
|
|||
Loading…
Reference in a new issue