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
I think it would be reasonable to have full screen windows, without borders, when the user choses 'fullscreen' and hides the status bar. In this sense, would you consider adding the line below to show_border()?
if (isarrange(fullscreen) && bar.pos == BAR_OFF) return 0;
The text was updated successfully, but these errors were encountered:
Hi,
I think it would be reasonable to have full screen windows, without borders, when the user choses 'fullscreen' and hides the status bar. In this sense, would you consider adding the line below to
show_border()
?The text was updated successfully, but these errors were encountered: