Skip to content

Commit 16eaa75

Browse files
committed
move popupOpenEditInWindow back to popup section
...to explicitly indicate the scope of the option
1 parent 2c50098 commit 16eaa75

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/options.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,6 @@ <h2 i18n="optionsCustomizePopup"></h2>
165165
<span i18n="popupAutoResort"></span>
166166
<input type="checkbox" id="popup.autoResort" class="slider">
167167
</label>
168-
</div>
169-
</div>
170-
171-
<div class="block">
172-
<h2 i18n="styleEditor"></h2>
173-
<div class="items swap">
174168
<label>
175169
<span i18n="popupOpenEditInWindow">
176170
<a i18n="title:popupOpenEditInWindowTooltip"
@@ -184,6 +178,12 @@ <h2 i18n="styleEditor"></h2>
184178
<span i18n="popupOpenEditInPopup"></span>
185179
<input type="checkbox" id="openEditInWindow.popup" class="slider">
186180
</label>
181+
</div>
182+
</div>
183+
184+
<div class="block chromium-only">
185+
<h2 i18n="styleEditor"></h2>
186+
<div class="items swap">
187187
<label class="chromium-only">
188188
<span i18n="optionsAdvancedContextDelete"></span>
189189
<input type="checkbox" id="editor.contextDelete" class="slider">

0 commit comments

Comments
 (0)