Skip to content

Commit

Permalink
Set our upper profile name limit to 90 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePixelGamer committed May 31, 2022
1 parent 1e40354 commit 7efbca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ZenovaLauncher/Dialogs/ProfileDialog.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public partial class ProfileDialog : ContentDialog
protected ProfileDialog()
{
InitializeComponent();
ProfileNameBox.MaxLength = 90;
VersionBox.ItemsSource = VersionManager.instance;
VersionBox.Items.SortDescriptions.Clear();
VersionBox.Items.SortDescriptions.Add(new SortDescription("SortOrder", ListSortDirection.Ascending));
Expand Down

0 comments on commit 7efbca6

Please sign in to comment.