Remove FFmpeg Path and FFprobe Path watermarks

This commit is contained in:
whimsical-c4lic0 2026-03-01 02:39:57 -06:00
parent 35ec1f2bfd
commit c8edf760ba

View File

@ -382,8 +382,7 @@
<TextBox Grid.Column="0"
VerticalAlignment="Center"
HorizontalAlignment="Stretch"
Text="{Binding ViewModel.FfmpegPath, RelativeSource={RelativeSource AncestorType=views:MainWindow}, FallbackValue=''}"
Watermark="Optional: path to FFmpeg executable" />
Text="{Binding ViewModel.FfmpegPath, RelativeSource={RelativeSource AncestorType=views:MainWindow}, FallbackValue=''}" />
<Button Grid.Column="1"
Margin="8,0,0,0"
Classes="secondary"
@ -421,8 +420,7 @@
<TextBox Grid.Column="0"
VerticalAlignment="Center"
HorizontalAlignment="Stretch"
Text="{Binding ViewModel.FfprobePath, RelativeSource={RelativeSource AncestorType=views:MainWindow}, FallbackValue=''}"
Watermark="Optional: path to FFprobe executable" />
Text="{Binding ViewModel.FfprobePath, RelativeSource={RelativeSource AncestorType=views:MainWindow}, FallbackValue=''}" />
<Button Grid.Column="1"
Margin="8,0,0,0"
Classes="secondary"