Browse Source

use link

master
yggverse 2 months ago
parent
commit
38659b45ca
  1. 4
      src/app/browser/main/tab.rs

4
src/app/browser/main/tab.rs

@ -15,7 +15,7 @@ pub fn new() -> Notebook @@ -15,7 +15,7 @@ pub fn new() -> Notebook
// Add test tab @TODO restore from session
append(
tab.clone(),
&tab,
true
);
@ -23,7 +23,7 @@ pub fn new() -> Notebook @@ -23,7 +23,7 @@ pub fn new() -> Notebook
}
pub fn append(
tab: Notebook,
tab: &Notebook,
current: bool
) -> u32
{

Loading…
Cancel
Save