fix: 启动时不自动创建空标签页,直接显示欢迎页

This commit is contained in:
thzxx
2026-05-18 14:01:43 +08:00
parent 5b1caf046c
commit 9f0b4550d1
-3
View File
@@ -768,9 +768,6 @@
const settings = loadSettings(); const settings = loadSettings();
setViewMode(settings.viewMode || 'split'); setViewMode(settings.viewMode || 'split');
// Create initial empty tab
createNewTab(null, '');
} }
if (document.readyState === 'loading') { if (document.readyState === 'loading') {