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
If the multi-window feature isn't used, it is still possible to create windows, but all of them use view instead of view_window. And the no_main_window setting is ignored.
If we want to allow use without this feature, we probably want view_window, no_main_window, and commands that create windows to depend on the multi-window feature. But it may be best to just only support that mode.
The text was updated successfully, but these errors were encountered:
If the
multi-window
feature isn't used, it is still possible to create windows, but all of them useview
instead ofview_window
. And theno_main_window
setting is ignored.If we want to allow use without this feature, we probably want
view_window
,no_main_window
, and commands that create windows to depend on themulti-window
feature. But it may be best to just only support that mode.The text was updated successfully, but these errors were encountered: