Skip to content

Commit f8ec5b8

Browse files
wash2mmstick
authored andcommitted
fix: typo
1 parent e530552 commit f8ec5b8

File tree

1 file changed

+1
-1
lines changed
  • plugins/src/cosmic_toplevel

1 file changed

+1
-1
lines changed

plugins/src/cosmic_toplevel/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub async fn main() {
2626

2727
let mut tx = async_stdout();
2828

29-
if session_is_cosmic() {
29+
if !session_is_cosmic() {
3030
send(&mut tx, PluginResponse::Deactivate).await;
3131
return;
3232
}

0 commit comments

Comments
 (0)