chore: update to objc2 frameworks v0.3.2
This commit is contained in:
parent
d815bc089c
commit
b811e9d878
13 changed files with 227 additions and 267 deletions
|
|
@ -82,7 +82,7 @@ pub fn initialize(app: &NSApplication) {
|
|||
app_menu.addItem(&quit_item);
|
||||
app_menu_item.setSubmenu(Some(&app_menu));
|
||||
|
||||
unsafe { app.setServicesMenu(Some(&services_menu)) };
|
||||
app.setServicesMenu(Some(&services_menu));
|
||||
app.setMainMenu(Some(&menubar));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue