enable restore features

This commit is contained in:
yggverse 2024-10-11 03:25:06 +03:00
parent fc0ea9cfa7
commit 09e3d75fb3

View File

@ -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()),