mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-30 14:35:18 -04:00
[GUI] Block UI when an export is underway
This commit is contained in:
parent
a7da90943f
commit
82b0b8cb0a
6 changed files with 41 additions and 11 deletions
|
@ -6,7 +6,7 @@ namespace DiscordChatExporter.Gui.ViewModels.Framework
|
|||
{
|
||||
public T DialogResult { get; private set; }
|
||||
|
||||
public void Close(T dialogResult = default(T))
|
||||
public void Close(T dialogResult = default)
|
||||
{
|
||||
// Set the result
|
||||
DialogResult = dialogResult;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue