Skip to content

Commit 2a3eca0

Browse files
committed
Better location for "add settings button"
1 parent f3ec9bf commit 2a3eca0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

popup.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,7 @@ <h2>Button Configuration</h2>
171171
>
172172
Clear Text
173173
</button>
174-
<button
175-
id="addSettingsButton"
176-
title="Add a special Settings button that opens this extension's settings page in a new browser tab."
177-
>
178-
Add Settings Button
179-
</button>
174+
180175
</div>
181176
</div>
182177
<div class="row">
@@ -186,6 +181,12 @@ <h2>Button Configuration</h2>
186181
>
187182
Add Separator
188183
</button>
184+
<button
185+
id="addSettingsButton"
186+
title="Add a special Settings button that opens this extension's settings page in a new browser tab."
187+
>
188+
Add Settings Button
189+
</button>
189190
</div>
190191
<div id="buttonCardsList" data-draggable="true">
191192
<!-- Button cards added dynamically here -->

0 commit comments

Comments
 (0)