Skip to content

Commit

Permalink
Default to cancel button when uninstalling
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Aug 31, 2024
1 parent f5d5d9c commit 98c34c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tkmm/ViewModels/Pages/ProfilesPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ This cannot be undone.
IsSecondaryButtonEnabled = true,
PrimaryButtonText = "Uninstall Mod",
SecondaryButtonText = "Cancel",
DefaultButton = ContentDialogButton.Secondary,
Title = "Warning"
};

Expand Down

0 comments on commit 98c34c5

Please sign in to comment.