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
Mention display driver and window mode in Copy System Info text
This is useful information to know, as the X11 display driver can be
used both on X11 natively and on Wayland through XWayland.
Certain editor issues only occur in multi-window mode
(or only in single-window mode). Some issues also only occur
on multi-monitor setups, so the monitor count is now listed.
const String display_server = OS::get_singleton()->get_environment("XDG_SESSION_TYPE").capitalize().replace("", ""); // `replace` is necessary, because `capitalize` introduces a whitespace between "x" and "11".
4961
+
// `replace` is necessary, because `capitalize` introduces a whitespace between "x" and "11".
0 commit comments