mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-04 23:44:13 +00:00
use link
This commit is contained in:
parent
5aea0e53e4
commit
38659b45ca
@ -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
|
||||
}
|
||||
|
||||
pub fn append(
|
||||
tab: Notebook,
|
||||
tab: &Notebook,
|
||||
current: bool
|
||||
) -> u32
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user