Only one tab start up

Fixed 2 tabs opening on start up
This commit is contained in:
2025-07-31 21:43:29 +12:00
parent b96b61e6da
commit aba6145bea
2 changed files with 3 additions and 4 deletions
+1 -3
View File
@@ -75,9 +75,7 @@ async function saveBookmarks(newBookmarks) {
// Load bookmarks when the script starts
loadBookmarks();
// Create initial home tab on startup
createTab();
// Home tab will be created on DOMContentLoaded event
// Remove iframe-based navigation listener (using webview IPC now)