Skip to content

Commit 884eb73

Browse files
committed
updated comment
1 parent 2a0bf82 commit 884eb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MenuAPI/MenuController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static MenuAlignmentOption MenuAlignment
5757
// so (re)set it to be left aligned.
5858
_alignment = MenuAlignmentOption.Left;
5959

60-
// In case the value was being changed to be right aligned, throw an exception so the resource can handle this and notify the user properly.
60+
// In case the value was being changed to be right aligned, notify the user properly.
6161
if (value == MenuAlignmentOption.Right)
6262
Debug.WriteLine($"[MenuAPI ({GetCurrentResourceName()})] Warning: Right aligned menus are not supported for aspect ratios 17:9 or 21:9, left aligned will be used instead.");
6363
}

0 commit comments

Comments
 (0)