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:
parent
35a81b7bbe
commit
b3787313be
12 changed files with 392 additions and 15 deletions
|
@ -155,6 +155,10 @@ namespace IDE.ui
|
|||
{
|
||||
panel = gApp.mModulePanel;
|
||||
}
|
||||
else if (type == "BookmarksPanel")
|
||||
{
|
||||
panel = gApp.mBookmarksPanel;
|
||||
}
|
||||
|
||||
if (panel != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue