chore: link desktop appearance to desktop page
This commit is contained in:
parent
131cf7e8cd
commit
11b6a0713f
2 changed files with 3 additions and 4 deletions
|
|
@ -262,8 +262,7 @@ pub fn context_menu<'a>(
|
|||
menu_item(fl!("change-wallpaper"), Action::CosmicSettingsWallpaper).into(),
|
||||
);
|
||||
children.push(
|
||||
menu_item(fl!("desktop-appearance"), Action::CosmicSettingsAppearance)
|
||||
.into(),
|
||||
menu_item(fl!("desktop-appearance"), Action::CosmicSettingsDesktop).into(),
|
||||
);
|
||||
children.push(
|
||||
menu_item(fl!("display-settings"), Action::CosmicSettingsDisplays).into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue