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
Would it be possible for PopOut to add Application V2 support?
There are currently 2 issues that I know of:
The header control does not show up
App V2 instances are kept in foundry.applications.instances rather than window.ui.windows
I'm not sure what other issues are further in, but in my own App V2 sheets, I was attempting to add support for the header control, but PopoutModule.singleton.onPopoutClicked won't work, because window.ui.windows doesn't have my app in it 😢
If you'd like to test an App V2 sheet, my module Tidy 5e Sheets uses App V2 for Item Sheets (all items and containers) and Group Actor Sheets.
The text was updated successfully, but these errors were encountered:
Would it be possible for PopOut to add Application V2 support?
There are currently 2 issues that I know of:
foundry.applications.instances
rather thanwindow.ui.windows
I'm not sure what other issues are further in, but in my own App V2 sheets, I was attempting to add support for the header control, but
PopoutModule.singleton.onPopoutClicked
won't work, becausewindow.ui.windows
doesn't have my app in it 😢If you'd like to test an App V2 sheet, my module Tidy 5e Sheets uses App V2 for Item Sheets (all items and containers) and Group Actor Sheets.
The text was updated successfully, but these errors were encountered: