mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use link
This commit is contained in:
parent
5aea0e53e4
commit
38659b45ca
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ pub fn new() -> Notebook
|
||||||
|
|
||||||
// Add test tab @TODO restore from session
|
// Add test tab @TODO restore from session
|
||||||
append(
|
append(
|
||||||
tab.clone(),
|
&tab,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ pub fn new() -> Notebook
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn append(
|
pub fn append(
|
||||||
tab: Notebook,
|
tab: &Notebook,
|
||||||
current: bool
|
current: bool
|
||||||
) -> u32
|
) -> u32
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue