From ccfd9c7a0f4174217e9785f3b39ecfb03640468e Mon Sep 17 00:00:00 2001 From: Ganesh Srinivasson Date: Mon, 20 Apr 2026 23:24:58 +0200 Subject: [PATCH] Fix File Open to add tabs instead of replacing the current document --- src/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.m b/src/main.m index 916d893..00eb648 100644 --- a/src/main.m +++ b/src/main.m @@ -836,7 +836,7 @@ - (void)openDocument:(id)sender { return; } - [self openFileURLs:panel.URLs reuseCurrentWindow:YES]; + [self openFileURLs:panel.URLs reuseCurrentWindow:NO]; } - (void)reloadPreview:(id)sender {