mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-08 02:14:42 -04:00
Fix not being able to reset partition limit in GUI
This commit is contained in:
parent
a0359b1e43
commit
d6507598fa
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
Margin="16,8,16,8"
|
Margin="16,8,16,8"
|
||||||
materialDesign:HintAssist.Hint="Messages per partition (optional)"
|
materialDesign:HintAssist.Hint="Messages per partition (optional)"
|
||||||
materialDesign:HintAssist.IsFloating="True"
|
materialDesign:HintAssist.IsFloating="True"
|
||||||
Text="{Binding PartitionLimit}" />
|
Text="{Binding PartitionLimit, TargetNullValue=''}" />
|
||||||
|
|
||||||
<!-- Buttons -->
|
<!-- Buttons -->
|
||||||
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
|
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue