🚧 Doesn't work...

This commit is contained in:
Lucy 2022-06-24 15:43:48 -04:00
parent c84857ae9b
commit 1350cd4335
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
2 changed files with 8 additions and 2 deletions

View file

@ -40,6 +40,12 @@ async fn main() -> Result<()> {
tokio::spawn(panel::run_panel(
token.child_token(),
"testing-panel",
wayland_socket.clone(),
));
tokio::spawn(panel::run_panel(
token.child_token(),
"testing-dock",
wayland_socket.clone(),
));