1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-26 19:48:01 +02:00

Start of Bookmarkspanel

This commit is contained in:
Simon Lübeß 2022-06-08 20:11:39 +02:00
parent 35a81b7bbe
commit b3787313be
12 changed files with 392 additions and 15 deletions

View file

@ -155,6 +155,10 @@ namespace IDE.ui
{
panel = gApp.mModulePanel;
}
else if (type == "BookmarksPanel")
{
panel = gApp.mBookmarksPanel;
}
if (panel != null)
{