mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-31 23:08:23 -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"
|
||||
materialDesign:HintAssist.Hint="Messages per partition (optional)"
|
||||
materialDesign:HintAssist.IsFloating="True"
|
||||
Text="{Binding PartitionLimit}" />
|
||||
Text="{Binding PartitionLimit, TargetNullValue=''}" />
|
||||
|
||||
<!-- Buttons -->
|
||||
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue