add comment

This commit is contained in:
yggverse 2024-09-23 16:04:50 +03:00
parent 6801cc6a05
commit 81d3215218

View File

@ -4,6 +4,7 @@ use gtk::prelude::WidgetExt;
use std::sync::Arc;
pub struct Pin {
// Extras
is_pinned: bool,
widget: widget::Pin,
}