Merge pull request #1313 from N-R-K/dragon_name

dragdrop: use "dragon-drop" if it exists
This commit is contained in:
Arun 2022-02-20 14:22:34 +05:30 committed by GitHub
commit 816680ed01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ 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
dnd="dragon-drop"
else
dnd="dragon"
fi