mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-28 21:54:11 -04:00
Add 'optional' suffix for from/to date pickers in ExportSetupDialog
This commit is contained in:
parent
6ccaf3f106
commit
1850caba71
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ UserControl "DiscordChatExporter.Views.ExportSetupDialog" {
|
|||
DatePicker {
|
||||
Grid.Column: 0
|
||||
Margin: "16 20 8 8"
|
||||
HintAssist.Hint: "From"
|
||||
HintAssist.Hint: "From (optional)"
|
||||
HintAssist.IsFloating: true
|
||||
SelectedDate: bind From
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ UserControl "DiscordChatExporter.Views.ExportSetupDialog" {
|
|||
DatePicker {
|
||||
Grid.Column: 1
|
||||
Margin: "8 20 16 8"
|
||||
HintAssist.Hint: "To"
|
||||
HintAssist.Hint: "To (optional)"
|
||||
HintAssist.IsFloating: true
|
||||
SelectedDate: bind To
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue