Skip to content

Commit

Permalink
Wrong option displayed on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
BleuBleu committed Dec 17, 2022
1 parent b8fe2ab commit 177f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FamiStudio/Source/UI/Common/ConfigDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private PropertyPage CreatePropertyPage(PropertyPage page, ConfigSection section
page.SetPropertyVisible(2, Platform.IsDesktop);
page.SetPropertyVisible(4, Platform.IsDesktop);
page.SetPropertyVisible(5, Platform.IsDesktop);
page.SetPropertyVisible(6, Platform.IsDesktop);
page.SetPropertyVisible(8, Platform.IsDesktop);
break;
}
case ConfigSection.UserInterface:
Expand Down

0 comments on commit 177f37f

Please sign in to comment.