From 1bb2de345e7fa9045e31b51f42bc2ff7cb5bbbc2 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 25 Oct 2022 21:25:37 +1100 Subject: [PATCH] change wording 'No Setting' to 'None' when no path --- Flow.Launcher/SettingWindow.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 7646bab32..da3115ae6 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -911,7 +911,7 @@ + Text="{Binding Settings.PluginSettings.PythonFilePath, TargetNullValue='None'}" />