Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Fix error dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyCorbett committed Jul 15, 2023
1 parent 0518079 commit 3e8ac66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions JWLMerge/AppCenterInit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace JWLMerge;

internal static class AppCenterInit
{
// Please omit this token (or use your own) if you are building a fork
private static readonly string? TheToken = "2a948a7a-4933-4e7d-9ba0-90e071b71e39";

public static void Execute()
Expand Down
1 change: 1 addition & 0 deletions JWLMerge/Services/DialogService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public async Task ShowFileFormatErrorsAsync(AggregateException ex)

await DialogHost.Show(
dialog,
"MainDialogHost",
(object _, DialogClosingEventArgs _) => _isDialogVisible = false).ConfigureAwait(false);
}

Expand Down

0 comments on commit 3e8ac66

Please sign in to comment.