mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
[PALEMOON] Replace fullscreen permission dialog with a warning
This commit is contained in:
parent
fe4cd1c6e2
commit
614562a3c6
9 changed files with 13 additions and 148 deletions
|
|
@ -974,18 +974,6 @@
|
|||
<vbox id="full-screen-warning-message" align="center">
|
||||
<description id="full-screen-domain-text"/>
|
||||
<description class="full-screen-description" value="&fullscreenExitHint.value;"/>
|
||||
<vbox id="full-screen-approval-pane" align="center">
|
||||
<description class="full-screen-description" value="&fullscreenApproval.value;"/>
|
||||
<hbox>
|
||||
<button label="&fullscreenAllowButton.label;"
|
||||
oncommand="FullScreen.setFullscreenAllowed(true);"
|
||||
class="full-screen-approval-button"/>
|
||||
<button label="&fullscreenExitButton.label;"
|
||||
oncommand="FullScreen.setFullscreenAllowed(false);"
|
||||
class="full-screen-approval-button"/>
|
||||
</hbox>
|
||||
<checkbox id="full-screen-remember-decision"/>
|
||||
</vbox>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</hbox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue