fix: don't insert the panel and dock pages
This commit is contained in:
parent
87de348d86
commit
bd2e92fa64
2 changed files with 2 additions and 3 deletions
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue