[macOS] Fix disabling native menu items in system menus.

This commit is contained in:
Pāvels Nadtočajevs
2025-07-14 10:03:14 +03:00
parent 8a6408c1ce
commit b1d8bf32ee
5 changed files with 16 additions and 1 deletions

View File

@@ -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;