|
|
@ -19,18 +19,18 @@ UserControl "DiscordChatExporter.Views.ExportDoneDialog" {
|
|
|
|
|
|
|
|
|
|
|
|
// Open
|
|
|
|
// Open
|
|
|
|
Button "OpenButton" {
|
|
|
|
Button "OpenButton" {
|
|
|
|
|
|
|
|
Margin: 8
|
|
|
|
Click: OpenButton_Click
|
|
|
|
Click: OpenButton_Click
|
|
|
|
Command: bind OpenCommand
|
|
|
|
Command: bind OpenCommand
|
|
|
|
Content: "OPEN IT"
|
|
|
|
Content: "OPEN IT"
|
|
|
|
Margin: 8
|
|
|
|
|
|
|
|
Style: resource dyn "MaterialDesignFlatButton"
|
|
|
|
Style: resource dyn "MaterialDesignFlatButton"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Dismiss
|
|
|
|
// Dismiss
|
|
|
|
Button {
|
|
|
|
Button {
|
|
|
|
|
|
|
|
Margin: 8
|
|
|
|
Command: DialogHost.CloseDialogCommand
|
|
|
|
Command: DialogHost.CloseDialogCommand
|
|
|
|
Content: "DISMISS"
|
|
|
|
Content: "DISMISS"
|
|
|
|
Margin: 8
|
|
|
|
|
|
|
|
Style: resource dyn "MaterialDesignFlatButton"
|
|
|
|
Style: resource dyn "MaterialDesignFlatButton"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|