forked from I2P_Developers/i2p.i2p
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user