diff --git a/ElectronNET.API/Entities/MenuRole.cs b/ElectronNET.API/Entities/MenuRole.cs index 37f10090..3d49568c 100644 --- a/ElectronNET.API/Entities/MenuRole.cs +++ b/ElectronNET.API/Entities/MenuRole.cs @@ -158,6 +158,17 @@ public enum MenuRole /// /// Only macOS: The submenu is a “Services” menu /// - services + services, + + /// + /// Only macOS: the submenue for "Recent Documents" + /// + recentdocuments, + + /// + /// Only macOS: the menu to clear the recent document list + /// + clearrecentdocuments, + } } \ No newline at end of file