chore: move displays page to the top level
This commit is contained in:
parent
87371069f7
commit
b66e048ecf
8 changed files with 10 additions and 10 deletions
|
|
@ -207,9 +207,9 @@ impl Page {
|
|||
impl page::Page<crate::pages::Message> for Page {
|
||||
fn info(&self) -> page::Info {
|
||||
// XXX icon?
|
||||
page::Info::new("input", "input-keyboard-symbolic")
|
||||
.title(fl!("input"))
|
||||
.description(fl!("input", "desc"))
|
||||
page::Info::new("input-devices", "input-keyboard-symbolic")
|
||||
.title(fl!("input-devices"))
|
||||
.description(fl!("input-devices", "desc"))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue