Refactor message grouping out and add a limit setting

This commit is contained in:
Alexey Golub
2017-09-28 22:16:38 +03:00
parent 69184a74fe
commit 7b9de314ab
13 changed files with 111 additions and 59 deletions

View File

@@ -23,6 +23,13 @@ UserControl "DiscordChatExporter.Views.SettingsDialog" {
Text: bind DateFormat
}
// Group limit
TextBox {
Margin: "16 8 16 8"
HintAssist.Hint: "Message group limit"
HintAssist.IsFloating: true
Text: bind MessageGroupLimit
}
// Save
Button {