Panel applets jammy (#41)

This commit is contained in:
Ashley Wulber 2023-06-05 23:55:37 -04:00 committed by GitHub
parent 162ff02b12
commit 82ac6aac1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 1845 additions and 62 deletions

View file

@ -16,6 +16,7 @@ pub enum Message {
Desktop(desktop::Message),
Panel(desktop::panel::Message),
DesktopWallpaper(desktop::wallpaper::Message),
Applet(desktop::panel::applets::Message),
External { id: String, message: Vec<u8> },
Page(Entity),
}