mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 06:54:44 +00:00
Add support for Mac recent documents and clear recent documents commands on the Application Menu
This commit is contained in:
@@ -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,
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user