Skip to content

Commit 29b4f57

Browse files
Merge pull request #634 from stackify/feature/RecentDocuments-Mac
Recent Document Support for MacOS
2 parents 9698c80 + 02faeae commit 29b4f57

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ElectronNET.API/Entities/MenuRole.cs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,17 @@ public enum MenuRole
158158
/// <summary>
159159
/// Only macOS: The submenu is a “Services” menu
160160
/// </summary>
161-
services
161+
services,
162+
163+
/// <summary>
164+
/// Only macOS: the submenue for "Recent Documents"
165+
/// </summary>
166+
recentdocuments,
167+
168+
/// <summary>
169+
/// Only macOS: the menu to clear the recent document list
170+
/// </summary>
171+
clearrecentdocuments,
172+
162173
}
163174
}

0 commit comments

Comments
 (0)