add comment

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

View File

@ -15,6 +15,7 @@ use gtk::{
use std::{cell::RefCell, collections::HashMap, sync::Arc};
// Common struct for HashMap index
struct TabItem {
label: Arc<Label>,
page: Arc<Page>,