Mac OSX Launcher:

* Fixed startup option so the launcher can start at OSX login/bootup.
* Added I2P Browser to the list of "firefox" browsers to detect.
* Changed hardcoded path lookup to native "registry" lookup for firefox application.
* Made the advanced preferences table editable by the user.
* Cleanup of old and/or unused code.
* Bugfixes.
This commit is contained in:
meeh
2019-03-10 11:16:56 +00:00
parent 5d389c8855
commit e36a3b318a
16 changed files with 270 additions and 282 deletions

View File

@ -39,9 +39,6 @@ import Cocoa
@objc func actionBtnStartRouter(_ sender: Any?) {
NSLog("Router start clicked")
/*if (RouterManager.shared().getRouterTask() == nil) {
SBridge.sharedInstance().startupI2PRouter(RouterProcessStatus.i2pDirectoryPath)
}*/
(sender as! NSButton).isTransparent = true
let routerStatus = RouterRunner.launchAgent?.status()
DispatchQueue(label: "background_start").async {