Skip to content

Commit acdb8b5

Browse files
committed
Show an error dialog
1 parent a7d2b4c commit acdb8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FluentScreenRecorder/Views/MainPage.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ private async void ToggleButton_Checked(object sender, RoutedEventArgs e)
205205
Content = "Windows cannot encode your video",
206206
CloseButtonText = "OK"
207207
};
208+
await errorDialog.ShowAsync();
208209
}
209210

210211
}

0 commit comments

Comments
 (0)