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
Currently, the API has a function NewTabsWithLayout that requires a layout to be passed in. However, each session stores layouts as LayoutInfo which gives the name but not the file location. The best case for me is to either add another function or update NewTabsWithLayout to use the name and grab the layout information from the file for the plugin.
The text was updated successfully, but these errors were encountered:
Currently, the API has a function
NewTabsWithLayout
that requires a layout to be passed in. However, each session stores layouts asLayoutInfo
which gives the name but not the file location. The best case for me is to either add another function or updateNewTabsWithLayout
to use the name and grab the layout information from the file for the plugin.The text was updated successfully, but these errors were encountered: