Skip to content

Commit

Permalink
Make the Feedback window have the correct parent window (#259)
Browse files Browse the repository at this point in the history
Credit: @thomas694
  • Loading branch information
yfdyh000 authored Jul 5, 2022
1 parent 53ce74a commit a5a0000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private async Task CheckForUpdates()
private void Feedback()
{
FeedbackViewModel feedbackViewModel = _feedbackViewModelFactory.CreateExport().Value;
feedbackViewModel.ShowDialog(this);
feedbackViewModel.ShowDialog(View);
}

private async Task CheckForUpdatesComplete(Task<string> task)
Expand Down

0 comments on commit a5a0000

Please sign in to comment.