Base gui, player, side, top nav, song list
Super happy with this
This commit is contained in:
@@ -64,7 +64,6 @@ impl Windows {
|
||||
if status {
|
||||
OPEN_WINDOWS.lock().unwrap().insert(id.clone());
|
||||
} else {
|
||||
log::debug!("tried to kill");
|
||||
OPEN_WINDOWS.lock().unwrap().remove(id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user