mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15: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
|
// Register dynamically created tab item in the HashMap index
|
||||||
self.index.borrow_mut().insert(item.id(), item.clone());
|
self.index.borrow_mut().insert(item.id(), item.clone());
|
||||||
|
|
||||||
// Append new Notebook page
|
// Append new page
|
||||||
/* @TODO
|
self.append();
|
||||||
self.widget.append(
|
|
||||||
item.page(),
|
|
||||||
); */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Err(e) => return Err(e.to_string()),
|
Err(e) => return Err(e.to_string()),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue