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
Brief: When the project starts, the ready function in app.gd loads the LWBData.tres if available and copies the bookmarks to the script. It then summons helper HTTPRequests that connect to the existing IconHTTPRequest script to make bookmark icons in the second bar. They don't always have the same site connected to them as the image, generating confusion.
Possible Fixes:
Create New Function replacing IconHTTPRequest that has similar functionality but only for the ready function.
Pass additional data to IconHTTPRequest, but this wasn't obvious.
Make a helper make_bookmark(site, icon) function.
The text was updated successfully, but these errors were encountered:
Brief: When the project starts, the ready function in app.gd loads the LWBData.tres if available and copies the bookmarks to the script. It then summons helper HTTPRequests that connect to the existing IconHTTPRequest script to make bookmark icons in the second bar. They don't always have the same site connected to them as the image, generating confusion.
Possible Fixes:
The text was updated successfully, but these errors were encountered: