Only one tab start up
Fixed 2 tabs opening on start up
This commit is contained in:
+1
-3
@@ -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)
|
||||
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
[
|
||||
"https://www.youtube.com/",
|
||||
"https://github.com/",
|
||||
"file:///X:/Projects/Code/NebulaBrowser/renderer/index.html",
|
||||
"file:///X:/Projects/Code/NebulaBrowser/renderer/index.html",
|
||||
"https://www.youtube.com/",
|
||||
"file:///X:/Projects/Code/NebulaBrowser/renderer/index.html",
|
||||
"file:///X:/Projects/Code/NebulaBrowser/renderer/index.html",
|
||||
"https://youtube.com/",
|
||||
"file:///X:/Projects/Code/NebulaBrowser/renderer/index.html",
|
||||
|
||||
Reference in New Issue
Block a user