Closed kristoferlund closed 4 years ago
HTML links using the "_blank" target perhaps should open in system default browser instead of inside the Electron app? This short addition fixes that.
Added fix to #54.
Instead of relying on app.used_ports that is not available since values are set in another Vue app, nextMinPort() now calls admin/interface/list to retrieve used port numbers.
app.used_ports
nextMinPort()
admin/interface/list
HTML links using the "_blank" target perhaps should open in system default browser instead of inside the Electron app? This short addition fixes that.