mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Removed 'About pgAdmin 4' default menu option from macOS native menus.
This commit is contained in:
@@ -287,6 +287,7 @@ function launchPgAdminWindow() {
|
||||
// Create Mac Builtin Menu
|
||||
if (platform() === 'darwin') {
|
||||
nativeMenu.createMacBuiltin('pgAdmin 4');
|
||||
nativeMenu?.items[0].submenu.removeAt(0)
|
||||
pgAdminMainScreen.menu = nativeMenu;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user