update comment

This commit is contained in:
yggverse 2024-12-14 09:54:03 +02:00
parent 7978b0f60d
commit 05bb81f6e0

View File

@ -59,7 +59,7 @@ impl Tab {
}
}
}
Some(position) // activated tab position
Some(position) // activated tab
}
// on menu close
None => {
@ -70,7 +70,7 @@ impl Tab {
}
}
}
None // selected tab
None // current tab
}
};