Skip to content

Commit 585b701

Browse files
committed
Add uninstallation tooltip for logon task settings item
1 parent 1ff8c36 commit 585b701

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<system:String x:Key="portableModeToolTIp">Store all settings and user data in one folder (Useful when used with removable drives or cloud services).</system:String>
4848
<system:String x:Key="startFlowLauncherOnSystemStartup">Start Flow Launcher on system startup</system:String>
4949
<system:String x:Key="useLogonTaskForStartup">Use logon task instead of startup entry for faster startup experience</system:String>
50+
<system:String x:Key="useLogonTaskForStartupTooltip">After uninstallation, you need to manually remove this task (Flow.Launcher Startup) via Task Scheduler</system:String>
5051
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
5152
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
5253
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
OnContent="{DynamicResource enable}" />
3737
</cc:Card>
3838

39-
<cc:Card Title="{DynamicResource useLogonTaskForStartup}">
39+
<cc:Card Title="{DynamicResource useLogonTaskForStartup}" Sub="{DynamicResource useLogonTaskForStartupTooltip}">
4040
<ui:ToggleSwitch
4141
IsOn="{Binding UseLogonTaskForStartup}"
4242
OffContent="{DynamicResource disable}"

0 commit comments

Comments
 (0)