mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[macOS] Fix disabling native menu items in system menus.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
class OS_MacOS_NSApp;
|
||||
|
||||
@interface GodotApplicationDelegate : NSObject <NSUserInterfaceItemSearching, NSApplicationDelegate>
|
||||
@interface GodotApplicationDelegate : NSObject <NSUserInterfaceItemSearching, NSApplicationDelegate, NSMenuItemValidation>
|
||||
|
||||
- (GodotApplicationDelegate *)initWithOS:(OS_MacOS_NSApp *)os;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user