mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add auto update subtitle
This commit is contained in:
parent
69d5e33150
commit
44fbc6eed5
2 changed files with 3 additions and 1 deletions
|
|
@ -93,6 +93,7 @@
|
|||
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</system:String>
|
||||
<system:String x:Key="typingStartEnTooltip">Temporarily change your input method to English mode when activating Flow.</system:String>
|
||||
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
||||
<system:String x:Key="autoUpdatesTooltip">Automatically check app updates and notify if there are any updates available</system:String>
|
||||
<system:String x:Key="select">Select</system:String>
|
||||
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
||||
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||
|
|
|
|||
|
|
@ -182,7 +182,8 @@
|
|||
<cc:Card
|
||||
Title="{DynamicResource autoUpdates}"
|
||||
Margin="0 14 0 0"
|
||||
Icon="">
|
||||
Icon=""
|
||||
Sub="{DynamicResource autoUpdatesTooltip}">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding AutoUpdates}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue