Add peripherals in sidebar

This commit is contained in:
takotori 2023-11-02 17:00:10 +01:00
parent 7c630579ae
commit 15a5333cc0
3 changed files with 61 additions and 4 deletions

View file

@ -11,6 +11,7 @@ use crate::components::window::sidebarEntry;
pub enum Categories {
Connectivity,
Audio,
Peripherals,
#[default]
Misc,
}