Register global actions
(cx: &mut App)
| 36 | Self::register_actions(cx); |
| 37 | Self::register_keybindings(cx); |
| 38 | |
| 39 | // Create main window |
| 40 | Self::create_main_window(cx); |
| 41 | |
| 42 | // Activate the application |
| 43 | cx.activate(true); |
| 44 | }); |
| 45 | } |
nothing calls this directly
no outgoing calls
no test coverage detected