You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MenuAPI/MenuController.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ public static MenuAlignmentOption MenuAlignment
57
57
// so (re)set it to be left aligned.
58
58
_alignment=MenuAlignmentOption.Left;
59
59
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.
61
61
if(value==MenuAlignmentOption.Right)
62
62
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.");
0 commit comments