mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
change wording 'No Setting' to 'None' when no path
This commit is contained in:
parent
56e6d6efe6
commit
1bb2de345e
1 changed files with 2 additions and 2 deletions
|
|
@ -911,7 +911,7 @@
|
|||
<TextBox
|
||||
Width="300"
|
||||
Height="34"
|
||||
Text="{Binding Settings.PluginSettings.PythonFilePath, TargetNullValue='No Setting'}" />
|
||||
Text="{Binding Settings.PluginSettings.PythonFilePath, TargetNullValue='None'}" />
|
||||
<Button
|
||||
Height="34"
|
||||
Margin="10,10,18,10"
|
||||
|
|
@ -930,7 +930,7 @@
|
|||
<TextBox
|
||||
Width="300"
|
||||
Height="34"
|
||||
Text="{Binding Settings.PluginSettings.NodeFilePath, TargetNullValue='No Setting'}" />
|
||||
Text="{Binding Settings.PluginSettings.NodeFilePath, TargetNullValue='None'}" />
|
||||
<Button
|
||||
Height="34"
|
||||
Margin="10,10,18,10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue