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
Application.SetHighDpiMode(HighDpiMode.DpiUnaware); // All custom UI elements are anchored and scale on their own, "DpiUnaware" is required to be set for this to work properly.