From 8a855cb3d524a37d021dc89e3560333b6dafc585 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 19 Jul 2022 12:32:27 -0400 Subject: [PATCH] fix: typo --- applets/cosmic-app-list/src/wayland.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applets/cosmic-app-list/src/wayland.rs b/applets/cosmic-app-list/src/wayland.rs index 47580279..a12524a2 100644 --- a/applets/cosmic-app-list/src/wayland.rs +++ b/applets/cosmic-app-list/src/wayland.rs @@ -192,7 +192,7 @@ impl Dispatch for State { } = event { match &interface[..] { - "zcosmic_workspace_info_v1" => { + "zcosmic_toplevel_info_v1" => { let ti = registry .bind::( name, @@ -274,7 +274,7 @@ impl Dispatch for State { _: &Connection, _: &QueueHandle, ) { - + dbg!(&event); match event { zcosmic_toplevel_manager_v1::Event::Capabilities { .. } => { // TODO capabilities affect what is shown to user in applet