added type for nodes

This commit is contained in:
Michael 2024-01-31 17:07:19 +00:00
parent 515207a391
commit 41f0e79f97
Signed by: michael
GPG Key ID: 523BD9EF68BDD44C

View File

@ -24,6 +24,7 @@ pub struct Workspace {
pub geometry: Rect,
pub name: String,
pub floating_nodes: Vec<FloatingNodes>,
pub nodes: Option<Vec<FloatingNodes>>,
pub focus: Vec<i32>,
pub fullscreen_mode: i32,
pub sticky: bool,