Added logs. MPRIS, UI changes

This commit is contained in:
Ultradesu
2026-06-10 16:23:20 +01:00
parent 39b955b6e7
commit 4f39d04677
13 changed files with 1020 additions and 75 deletions
+2
View File
@@ -21,6 +21,7 @@ pub enum KeyContext {
Playlists,
Queue,
Devices,
Logs,
}
impl KeyContext {
@@ -32,6 +33,7 @@ impl KeyContext {
KeyContext::Playlists => "playlists",
KeyContext::Queue => "queue",
KeyContext::Devices => "devices",
KeyContext::Logs => "logs",
}
}
}