chore: move displays page to the top level

This commit is contained in:
Michael Aaron Murphy 2024-02-13 23:09:32 +01:00 committed by Michael Murphy
parent 87371069f7
commit b66e048ecf
8 changed files with 10 additions and 10 deletions

View file

@ -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"))
}
}