fix: don't insert the panel and dock pages

This commit is contained in:
Ashley Wulber 2023-09-11 17:45:26 -04:00 committed by Ashley Wulber
parent 87de348d86
commit bd2e92fa64
2 changed files with 2 additions and 3 deletions

View file

@ -128,8 +128,8 @@ impl Application for SettingsApp {
// app.insert_page::<bluetooth::Page>();
let desktop_id = app.insert_page::<desktop::Page>().id();
app.insert_page::<panel::Page>();
app.insert_page::<dock::Page>();
// app.insert_page::<panel::Page>();
// app.insert_page::<dock::Page>();
// app.insert_page::<input::Page>();

View file

@ -366,7 +366,6 @@ impl Page {
*list = end_list.into_iter().map(|a| a.id.into()).collect();
}
Message::Applets(applets) => {
dbg!(&applets);
self.available_entries = applets;
}
Message::StartDnd(state) => {