mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 06:21:58 +00:00
enable restore features
This commit is contained in:
parent
fc0ea9cfa7
commit
09e3d75fb3
@ -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…
x
Reference in New Issue
Block a user