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>();
|
||||
|
||||
|
|
|
|||
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue