fix: typo

This commit is contained in:
Ashley Wulber 2023-02-07 12:00:23 -05:00 committed by Michael Murphy
parent e530552877
commit f8ec5b8083

View file

@ -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;
}