Browse Source

enable restore features

master
yggverse 2 months ago
parent
commit
09e3d75fb3
  1. 7
      src/app/browser/window/tab.rs

7
src/app/browser/window/tab.rs

@ -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…
Cancel
Save