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'm having an issue where the content view in my WAYWindow is shown underneath the titlebar. This is fixed by removing the line self.styleMask |= NSFullSizeContentViewWindowMask; in WayWindow.m. Is there a better way to fix this issue?
The text was updated successfully, but these errors were encountered:
I'm having an issue where the content view in my
WAYWindow
is shown underneath the titlebar. This is fixed by removing the lineself.styleMask |= NSFullSizeContentViewWindowMask;
inWayWindow.m
. Is there a better way to fix this issue?The text was updated successfully, but these errors were encountered: