Skip to content

Commit 44fbc6e

Browse files
committed
Add auto update subtitle
1 parent 69d5e33 commit 44fbc6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</system:String>
9494
<system:String x:Key="typingStartEnTooltip">Temporarily change your input method to English mode when activating Flow.</system:String>
9595
<system:String x:Key="autoUpdates">Auto Update</system:String>
96+
<system:String x:Key="autoUpdatesTooltip">Automatically check app updates and notify if there are any updates available</system:String>
9697
<system:String x:Key="select">Select</system:String>
9798
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
9899
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@
182182
<cc:Card
183183
Title="{DynamicResource autoUpdates}"
184184
Margin="0 14 0 0"
185-
Icon="&#xecc5;">
185+
Icon="&#xecc5;"
186+
Sub="{DynamicResource autoUpdatesTooltip}">
186187
<ui:ToggleSwitch
187188
IsOn="{Binding AutoUpdates}"
188189
OffContent="{DynamicResource disable}"

0 commit comments

Comments
 (0)