mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-10 03:42:29 +00:00
[GUI] Block UI when an export is underway
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user