add comment

This commit is contained in:
yggverse 2024-10-06 17:30:18 +03:00
parent 0e76f5395d
commit b705fc224d

View File

@ -21,6 +21,7 @@ struct TabItem {
page: Arc<Page>, page: Arc<Page>,
} }
// Main
pub struct Tab { pub struct Tab {
// Keep action links in memory to not require them on every tab append // Keep action links in memory to not require them on every tab append
action_tab_page_navigation_base: Arc<SimpleAction>, action_tab_page_navigation_base: Arc<SimpleAction>,