diff --git a/Flow.Launcher.sln b/Flow.Launcher.sln index ec4a29ee78d..f59d3d26fb7 100644 --- a/Flow.Launcher.sln +++ b/Flow.Launcher.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29806.167 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32901.215 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Launcher.Test", "Flow.Launcher.Test\Flow.Launcher.Test.csproj", "{FF742965-9A80-41A5-B042-D6C7D3A21708}" ProjectSection(ProjectDependencies) = postProject diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index 1ca2f0f7eaf..2019c1b6629 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -60,6 +60,10 @@ Shadow effect is not allowed while current theme has blur effect enabled + Search Plugin + Ctrl+F to search plugins + No results found + Please try a different search. Plugin Find more plugins On diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 9026f8f7c82..0a63b3a6cfb 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -323,8 +323,6 @@ - - @@ -388,6 +386,55 @@ + + + + + + + + SnapsToDevicePixels="True" + Style="{DynamicResource PluginListStyle}"> @@ -945,7 +1045,7 @@ Padding="0" Background="Transparent" FlowDirection="RightToLeft" - IsExpanded="{Binding Mode=TwoWay, Path=IsSelected, RelativeSource={RelativeSource AncestorType=ListBoxItem, Mode=FindAncestor}}" + IsExpanded="{Binding Mode=TwoWay, Path=IsExpanded}" Style="{StaticResource ExpanderStyle1}"> + Content="{Binding SettingControl}" /> @@ -1248,7 +1347,7 @@ - + @@ -1285,19 +1384,66 @@ Text="{DynamicResource pluginStore}" TextAlignment="left" /> - + Margin="5,24,0,0"> + + + + +