Base gui, player, side, top nav, song list

Super happy with this
This commit is contained in:
2024-11-14 00:56:02 +02:00
parent 4dcd36c3d8
commit 9bcfcb9209
22 changed files with 859 additions and 25 deletions

View File

@@ -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);
}
}