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

@ -4,6 +4,7 @@
use cosmic_settings_page::Entity;
pub mod desktop;
pub mod display;
pub mod input;
pub mod networking;
pub mod sound;
@ -18,7 +19,7 @@ pub enum Message {
Desktop(desktop::Message),
DesktopWallpaper(desktop::wallpaper::Message),
DesktopWorkspaces(desktop::workspaces::Message),
Displays(desktop::display::Message),
Displays(display::Message),
Dock(desktop::dock::Message),
DockApplet(desktop::dock::applets::Message),
External { id: String, message: Vec<u8> },