Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit aa0da1c

Browse files
committed
small esthetic adjustment in closing confirmation popup
1 parent ea1233b commit aa0da1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/MainWindow/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private async void MetroWindow_Closing(object sender, CancelEventArgs e)
205205
FirstAuxiliaryButtonText = Program.Translations.Get("Cancel"),
206206
AnimateHide = false,
207207
AnimateShow = false,
208-
DefaultButtonFocus = MessageDialogResult.SecondAuxiliary
208+
DefaultButtonFocus = MessageDialogResult.Affirmative
209209
};
210210

211211
// Build list of unsaved files to show

0 commit comments

Comments
 (0)