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
During startup, a fixed black screen pops up before the display appears, likely due to the absence of something like BDW_HIDE_ON_STARTUP (as in Windows and Mac). Where should this be added in Linux? I tried adding it in auto bdw = bitsdojo_window_from(window);, but it causes a compilation error.