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