File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 46
46
<system : String x : Key =" portableMode" >Portable Mode</system : String >
47
47
<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 >
48
48
<system : String x : Key =" startFlowLauncherOnSystemStartup" >Start Flow Launcher on system startup</system : String >
49
+ <system : String x : Key =" useLogonTaskForStartup" >Use logon task instead of startup entry for faster startup experience</system : String >
49
50
<system : String x : Key =" setAutoStartFailed" >Error setting launch on startup</system : String >
50
51
<system : String x : Key =" hideFlowLauncherWhenLoseFocus" >Hide Flow Launcher when focus is lost</system : String >
51
52
<system : String x : Key =" dontPromptUpdateMsg" >Do not show new version notifications</system : String >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
2
- <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" xmlns : system =" clr-namespace:System;assembly=mscorlib" >
1
+ <?xml version =" 1.0" ?>
2
+ <ResourceDictionary
3
+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : system =" clr-namespace:System;assembly=mscorlib" >
3
6
<!-- Startup -->
4
7
<system : String x : Key =" runtimePluginInstalledChooseRuntimePrompt" >
5
8
Flow 检测到您已安装 {0} 个插件,需要 {1} 才能运行。是否要下载 {1}?
44
47
<system : String x : Key =" portableMode" >便携模式</system : String >
45
48
<system : String x : Key =" portableModeToolTIp" >将所有设置和用户数据存储在一个文件夹中 (可用于可移除驱动器或云服务)。</system : String >
46
49
<system : String x : Key =" startFlowLauncherOnSystemStartup" >开机自启</system : String >
50
+ <system : String x : Key =" useLogonTaskForStartup" >使用登录任务而非启动项以更快自启</system : String >
47
51
<system : String x : Key =" setAutoStartFailed" >设置开机自启时出错</system : String >
48
52
<system : String x : Key =" hideFlowLauncherWhenLoseFocus" >失去焦点时自动隐藏 Flow Launcher</system : String >
49
53
<system : String x : Key =" dontPromptUpdateMsg" >不显示新版本提示</system : String >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
2
- <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" xmlns : system =" clr-namespace:System;assembly=mscorlib" >
1
+ <?xml version =" 1.0" ?>
2
+ <ResourceDictionary
3
+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : system =" clr-namespace:System;assembly=mscorlib" >
3
6
<!-- Startup -->
4
7
<system : String x : Key =" runtimePluginInstalledChooseRuntimePrompt" >
5
8
Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}?
44
47
<system : String x : Key =" portableMode" >便攜模式</system : String >
45
48
<system : String x : Key =" portableModeToolTIp" >將所有設定和使用者資料存儲在一個資料夾中(當與可移動磁碟或雲服務一起使用時很有用)。</system : String >
46
49
<system : String x : Key =" startFlowLauncherOnSystemStartup" >開機時啟動</system : String >
50
+ <system : String x : Key =" useLogonTaskForStartup" >使用登錄任務而非啟動項以更快自啟</system : String >
47
51
<system : String x : Key =" setAutoStartFailed" >Error setting launch on startup</system : String >
48
52
<system : String x : Key =" hideFlowLauncherWhenLoseFocus" >失去焦點時自動隱藏 Flow Launcher</system : String >
49
53
<system : String x : Key =" dontPromptUpdateMsg" >不顯示新版本提示</system : String >
Original file line number Diff line number Diff line change 36
36
OnContent =" {DynamicResource enable}" />
37
37
</cc : Card >
38
38
39
- <cc : Card Title =" Use logon task instead of startup entry for faster startup experience " Icon = "  " >
39
+ <cc : Card Title =" {DynamicResource useLogonTaskForStartup} " >
40
40
<ui : ToggleSwitch
41
41
IsOn =" {Binding UseLogonTaskForStartup}"
42
42
OffContent =" {DynamicResource disable}"
You can’t perform that action at this time.
0 commit comments