🚧 Doesn't work...
This commit is contained in:
parent
c84857ae9b
commit
1350cd4335
2 changed files with 8 additions and 2 deletions
|
|
@ -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(),
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue