WIP: rebase for 2026-05-18 #7

Closed
codinget wants to merge 234 commits from rebase/2026-05-18 into webnet
Showing only changes of commit c4a2eb3451 - Show all commits
+1 -1
View File
@@ -394,7 +394,7 @@ func (i *jsIPN) run(jsCallbacks js.Value) {
} }
} }
} }
if n.Prefs.Valid() { if n.Prefs != nil && n.Prefs.Valid() {
jsCallbacks.Call("notifyExitNode", string(n.Prefs.ExitNodeID())) jsCallbacks.Call("notifyExitNode", string(n.Prefs.ExitNodeID()))
} }
if n.BrowseToURL != nil { if n.BrowseToURL != nil {