From 953643b9f1337525caefec9f6f8c3338ea19e9d9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 21 Feb 2022 02:01:03 +0530 Subject: [PATCH] Fix condition --- plugins/dragdrop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dragdrop b/plugins/dragdrop index 5dea8428..812f9707 100755 --- a/plugins/dragdrop +++ b/plugins/dragdrop @@ -19,7 +19,7 @@ resp=f all= if type dragon-drag-and-drop >/dev/null 2>&1; then dnd="dragon-drag-and-drop" -if type dragon-drop >/dev/null 2>&1; then +elif type dragon-drop >/dev/null 2>&1; then dnd="dragon-drop" else dnd="dragon"