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
@@ -64,7 +59,7 @@ public static MenuAlignmentOption MenuAlignment
64
59
65
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.
66
61
if(value==MenuAlignmentOption.Right)
67
-
thrownewAspectRatioException("Right aligned menus are not supported for aspect ratios 17:9 or 21:9.");
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