From 9f3d2e1038bb55ecc4796cd25cc9416b789b0e02 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 29 Sep 2022 15:17:45 +0900 Subject: [PATCH] - Add 'No Result' message when no result - Adjust Control Position --- Flow.Launcher/Languages/en.xaml | 3 ++ Flow.Launcher/SettingWindow.xaml | 93 ++++++++++++++++++++++++-------- 2 files changed, 74 insertions(+), 22 deletions(-) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index 634f00bf1..03ccdf95f 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -60,6 +60,9 @@ Search Plugin + No results to display + Try another search term. + Please check your network connection or try another search term. Plugin Find more plugins On diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index d465c45a5..e66e351e4 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -386,6 +386,55 @@ + + + - +