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>();