10 lines
335 B
Python
10 lines
335 B
Python
from Atom import Atom
|
|
|
|
NATIVE_MENU_ATOMS = [
|
|
Atom("menuitem_with_favicon", "menuitem-with-favicon"),
|
|
Atom("_moz_menubarkeeplocal", "_moz-menubarkeeplocal"),
|
|
Atom("_moz_nativemenupopupstate", "_moz-nativemenupopupstate"),
|
|
Atom("openedwithkey", "openedwithkey"),
|
|
Atom("shellshowingmenubar", "shellshowingmenubar"),
|
|
]
|