mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-22 14:07:07 +00:00
Let user disable auto-updates
This commit is contained in:
@@ -21,6 +21,23 @@ UserControl "DiscordChatExporter.Gui.Views.SettingsDialog" {
|
||||
Text: bind MessageGroupLimit
|
||||
}
|
||||
|
||||
// Auto-update
|
||||
DockPanel {
|
||||
LastChildFill: false
|
||||
|
||||
TextBlock {
|
||||
Margin: [16, 8, 16, 8]
|
||||
DockPanel.Dock: Left
|
||||
Text: "Auto-updates"
|
||||
}
|
||||
|
||||
ToggleButton {
|
||||
Margin: [16, 8, 16, 8]
|
||||
DockPanel.Dock: Right
|
||||
IsChecked: bind IsAutoUpdateEnabled
|
||||
}
|
||||
}
|
||||
|
||||
// Save
|
||||
Button {
|
||||
Margin: 8
|
||||
|
||||
Reference in New Issue
Block a user