mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-10 13:22:24 +00:00
Add support for custom date formats in settings
This commit is contained in:
@@ -7,7 +7,7 @@ UserControl "DiscordChatExporter.Views.SettingsDialog" {
|
||||
StackPanel {
|
||||
// Theme
|
||||
ComboBox {
|
||||
Margin: 16
|
||||
Margin: "16 16 16 8"
|
||||
HintAssist.Hint: "Theme"
|
||||
HintAssist.IsFloating: true
|
||||
IsReadOnly: true
|
||||
@@ -15,6 +15,15 @@ UserControl "DiscordChatExporter.Views.SettingsDialog" {
|
||||
SelectedItem: bind Theme
|
||||
}
|
||||
|
||||
// Date format
|
||||
TextBox {
|
||||
Margin: "16 8 16 8"
|
||||
HintAssist.Hint: "Date format"
|
||||
HintAssist.IsFloating: true
|
||||
Text: bind DateFormat
|
||||
}
|
||||
|
||||
|
||||
// Save
|
||||
Button {
|
||||
Margin: 8
|
||||
|
||||
Reference in New Issue
Block a user