You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fn did_finish_launching(&self)
Fired when the application has finished launching. Unlike most other “load” lifecycle events in this framework, you don’t get a reference to an app here - if you need to call through to your shared application, then used the App::shared() call.
The text was updated successfully, but these errors were encountered:
Docs mention
App::shared()
call to get the shared app, but I couldn't find the actualshared
function anywhere.https://docs.rs/cacao/latest/cacao/appkit/trait.AppDelegate.html
The text was updated successfully, but these errors were encountered: