Add support for Mac recent documents and clear recent documents commands on the Application Menu

This commit is contained in:
Daniel Gidman
2021-12-08 13:31:14 -06:00
parent c2a8c627b9
commit 02faeae603

View File

@@ -158,6 +158,17 @@
/// <summary>
/// Only macOS: The submenu is a “Services” menu
/// </summary>
services
services,
/// <summary>
/// Only macOS: the submenue for "Recent Documents"
/// </summary>
recentdocuments,
/// <summary>
/// Only macOS: the menu to clear the recent document list
/// </summary>
clearrecentdocuments,
}
}