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

@ -21,6 +21,9 @@ import Cocoa
@IBOutlet var routerStatusTabView: RouterStatusView?
@IBAction func handleNativePreferencesClicked(_ sender: Any) {
StatusBarController.launchPreferences(sender)
}
//var updateObjectRef : SUUpdater?
@objc func handleOpenConsole(_ sender: Any?) {