Skip to content

Commit

Permalink
chore: remove conflict dialog auto-check hint
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Sep 23, 2024
1 parent 2376eb5 commit 8f8c178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SubRenamer/Views/ConflictWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<ListBox ItemsSource="{Binding Labels}"
SelectedItem="{Binding SelectedLabel}"
Classes="RadioButtonListBox"/>
<Label Foreground="Gray" Margin="30,0,0,10" FontSize="13" Padding="0">Ps:全部保留将自动勾选保留语言后缀选项</Label>
<StackPanel HorizontalAlignment="Center" Orientation="Horizontal">
<Button Content="导入文件" Name="ConfirmBtn" Click="ConfirmBtn_OnClick" Width="100" HorizontalAlignment="Center" HorizontalContentAlignment="Center" Margin="0,20,0,0" />
</StackPanel>
Expand Down

0 comments on commit 8f8c178

Please sign in to comment.