Closed pgaskin closed 4 years ago
Note: MainWindowController::sharedInstance
, MainWindowController::clear
.
StatusBarController::home
(it's a static function) is probably a better option then doing the home logic manually with MainWindowController
.
Note that in nickel itself, this is called by a subclass through the vtable due to it being virtual, but dlsym will still work fine on it directly (it doesn't need the PLT).
https://github.com/geek1011/NickelMenu/issues/26#issuecomment-641332035