mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add UI descriptions for relative path support
Co-authored-by: Jack251970 <53996452+Jack251970@users.noreply.github.com>
This commit is contained in:
parent
d61ec1828f
commit
864eedd255
1 changed files with 8 additions and 2 deletions
|
|
@ -476,7 +476,10 @@
|
|||
Content="{Binding Settings.CustomBrowser.DisplayName}" />
|
||||
</ui:SettingsCard>
|
||||
|
||||
<ui:SettingsCard Margin="0 14 0 0" Header="{DynamicResource pythonFilePath}">
|
||||
<ui:SettingsCard
|
||||
Margin="0 14 0 0"
|
||||
Header="{DynamicResource pythonFilePath}"
|
||||
Description="Absolute or relative path (e.g., .\runtimes\python\pythonw.exe)">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBox
|
||||
Width="300"
|
||||
|
|
@ -490,7 +493,10 @@
|
|||
</StackPanel>
|
||||
</ui:SettingsCard>
|
||||
|
||||
<ui:SettingsCard Margin="0 4 0 0" Header="{DynamicResource nodeFilePath}">
|
||||
<ui:SettingsCard
|
||||
Margin="0 4 0 0"
|
||||
Header="{DynamicResource nodeFilePath}"
|
||||
Description="Absolute or relative path (e.g., .\runtimes\nodejs\node.exe)">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBox
|
||||
Width="300"
|
||||
|
|
|
|||
Loading…
Reference in a new issue