mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
enable restore features
This commit is contained in:
parent
fc0ea9cfa7
commit
09e3d75fb3
1 changed files with 2 additions and 5 deletions
|
|
@ -202,11 +202,8 @@ impl Tab {
|
|||
// Register dynamically created tab item in the HashMap index
|
||||
self.index.borrow_mut().insert(item.id(), item.clone());
|
||||
|
||||
// Append new Notebook page
|
||||
/* @TODO
|
||||
self.widget.append(
|
||||
item.page(),
|
||||
); */
|
||||
// Append new page
|
||||
self.append();
|
||||
}
|
||||
}
|
||||
Err(e) => return Err(e.to_string()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue