We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e530552 commit f8ec5b8Copy full SHA for f8ec5b8
plugins/src/cosmic_toplevel/mod.rs
@@ -26,7 +26,7 @@ pub async fn main() {
26
27
let mut tx = async_stdout();
28
29
- if session_is_cosmic() {
+ if !session_is_cosmic() {
30
send(&mut tx, PluginResponse::Deactivate).await;
31
return;
32
}
0 commit comments