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