initial commit

This commit is contained in:
Daniel Yoon 2024-10-16 10:22:25 +11:00 committed by Koranir
parent 2871309f04
commit 99306cbf1b
3 changed files with 129 additions and 10 deletions

View file

@ -133,6 +133,7 @@ fn network_scan(uri: &str, sizes: IconSizes) -> Result<Vec<tab::Item>, String> {
pos_opt: Cell::new(None),
rect_opt: Cell::new(None),
selected: false,
highlighted: false,
overlaps_drag_rect: false,
});
}