fix: typo
This commit is contained in:
parent
e530552877
commit
f8ec5b8083
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ pub async fn main() {
|
|||
|
||||
let mut tx = async_stdout();
|
||||
|
||||
if session_is_cosmic() {
|
||||
if !session_is_cosmic() {
|
||||
send(&mut tx, PluginResponse::Deactivate).await;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue