You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Flow.Launcher/Languages/en.xaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -132,8 +132,8 @@
132
132
<system:Stringx:Key="historyResultsForHomePage">Show History Results in Home Page</system:String>
133
133
<system:Stringx:Key="historyResultsCountForHomePage">Maximum History Results Shown in Home Page</system:String>
134
134
<system:Stringx:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
135
-
<system:Stringx:Key="showAtTopmost">Show Search Window at Topmost</system:String>
136
-
<system:Stringx:Key="showAtTopmostToolTip">Show search window above other windows</system:String>
135
+
<system:Stringx:Key="showAtTopmost">Show Search Window at Foremost</system:String>
136
+
<system:Stringx:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
137
137
<system:Stringx:Key="alwaysRunAsAdministrator">Always run as administrator</system:String>
138
138
<system:Stringx:Key="alwaysRunAsAdministratorToolTip">Run Flow Launcher as administrator on startup</system:String>
Copy file name to clipboardExpand all lines: appveyor.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
version: '1.20.1.{build}'
2
2
3
+
# Do not build on tags because we create a release on merge to master. Otherwise will upload artifacts twice changing the hash, as well as triggering duplicate GitHub release action & NuGet deployments.
0 commit comments