Skip to content

Commit 3920574

Browse files
authored
Merge pull request #892 from Flow-Launcher/PluginSearchTextBox
Implement PluginSearch TextBox & ContentControl Lazy Load
2 parents 8b78288 + db71ffd commit 3920574

File tree

5 files changed

+347
-58
lines changed

5 files changed

+347
-58
lines changed

Flow.Launcher.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio Version 16
3-
VisualStudioVersion = 16.0.29806.167
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.3.32901.215
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Launcher.Test", "Flow.Launcher.Test\Flow.Launcher.Test.csproj", "{FF742965-9A80-41A5-B042-D6C7D3A21708}"
66
ProjectSection(ProjectDependencies) = postProject

Flow.Launcher/Languages/en.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
6161

6262
<!-- Setting Plugin -->
63+
<system:String x:Key="searchplugin">Search Plugin</system:String>
64+
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
65+
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
66+
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
6367
<system:String x:Key="plugin">Plugin</system:String>
6468
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
6569
<system:String x:Key="enable">On</system:String>

0 commit comments

Comments
 (0)