mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
10 lines
335 B
XML
10 lines
335 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/css" href="chrome://global/skin/"?>
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onload="document.documentElement.firstChild.focus();">
|
|
<menulist>
|
|
<menupopup style="-moz-binding: none;">
|
|
<spacer/>
|
|
</menupopup>
|
|
</menulist>
|
|
</window>
|