mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add comment
This commit is contained in:
parent
6801cc6a05
commit
81d3215218
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ use gtk::prelude::WidgetExt;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
pub struct Pin {
|
pub struct Pin {
|
||||||
|
// Extras
|
||||||
is_pinned: bool,
|
is_pinned: bool,
|
||||||
widget: widget::Pin,
|
widget: widget::Pin,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue