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
Chrome OS introduced Virtual Desks in the end of last year. Currently there is no Virtual Desks support in chrometile. Chrometile simply treats all the windows in the same screen.
Is there any plan to support Virtual Desks? Do you know if it is possible for chrometile to support it?
The text was updated successfully, but these errors were encountered:
Sadly, this is currently not supported by the chrome API. The extension uses chrome.windows.getAll here, (official documentation here) which does not include anything about virtual desktops, so it returns all opened windows.
Chrome OS introduced Virtual Desks in the end of last year. Currently there is no Virtual Desks support in chrometile. Chrometile simply treats all the windows in the same screen.
Is there any plan to support Virtual Desks? Do you know if it is possible for chrometile to support it?
The text was updated successfully, but these errors were encountered: