summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index 32401bb9..cb70194b 100644
--- a/src/app.c
+++ b/src/app.c
@@ -949,6 +949,7 @@ void processEvents_App(enum iAppEventMode eventMode) {
949 } 949 }
950 d->lastDropTime = now_Time(); 950 d->lastDropTime = now_Time();
951 if (startsWithCase_CStr(ev.drop.file, "gemini:") || 951 if (startsWithCase_CStr(ev.drop.file, "gemini:") ||
952 startsWithCase_CStr(ev.drop.file, "gopher:") ||
952 startsWithCase_CStr(ev.drop.file, "file:")) { 953 startsWithCase_CStr(ev.drop.file, "file:")) {
953 postCommandf_App("~open newtab:%d url:%s", newTab, ev.drop.file); 954 postCommandf_App("~open newtab:%d url:%s", newTab, ev.drop.file);
954 } 955 }