Opt-out of buggy embedded options

This commit is contained in:
narcolepticinsomniac 2020-01-17 00:18:40 -05:00 committed by GitHub
parent a3c22325b8
commit 061ad266c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 10 deletions

View File

@ -127,7 +127,7 @@
"default_locale": "en",
"options_ui": {
"page": "options.html",
"chrome_style": false
"open_in_tab": true
},
"applications": {
"gecko": {

View File

@ -33,6 +33,11 @@
</head>
<body id="stylus-options">
<div id="options-header">
<div id="options-title">Stylus</div>
</div>
<div id="options">
<div class="block">
@ -203,15 +208,15 @@
</div>
<div class="block" id="actions">
<button data-cmd="reset" i18n-text="optionsResetButton" i18n-title="optionsReset"></button>
<button data-cmd="open-manage" i18n-text="optionsOpenManager"></button>
<div data-cmd="check-updates">
<button i18n-text="optionsCheck" i18n-title="optionsCheckUpdate">
<span id="update-progress"></span>
</button>
<div id="updates-installed" i18n-text="updatesCurrentlyInstalled"></div>
</div>
<button data-cmd="open-keyboard" class="chromium-only" i18n-text="shortcuts" i18n-title="shortcutsNote"></button>
<button data-cmd="reset" i18n-text="optionsResetButton" i18n-title="optionsReset"></button>
<button data-cmd="open-manage" i18n-text="optionsOpenManager"></button>
<div data-cmd="check-updates">
<button i18n-text="optionsCheck" i18n-title="optionsCheckUpdate">
<span id="update-progress"></span>
</button>
<div id="updates-installed" i18n-text="updatesCurrentlyInstalled"></div>
</div>
<button data-cmd="open-keyboard" class="chromium-only" i18n-text="shortcuts" i18n-title="shortcutsNote"></button>
</div>
</div>