From 5149720366557f0e975708602fb3148596f0b3f1 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 6 May 2020 12:21:41 +1000 Subject: [PATCH] update Settings plugin side panel to display version Tooltip for plugin name also changed to display description --- Flow.Launcher/SettingWindow.xaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index c1c06ab65..2c4d13f27 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -117,10 +117,11 @@ Width="32" Height="32" /> - + ToolTip="{Binding PluginPair.Metadata.Description}" /> + + + +