aboutsummaryrefslogtreecommitdiff
path: root/ext/action-popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/action-popup.html')
-rw-r--r--ext/action-popup.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/ext/action-popup.html b/ext/action-popup.html
index 64e3c21f..7b3d3275 100644
--- a/ext/action-popup.html
+++ b/ext/action-popup.html
@@ -33,8 +33,8 @@
<div class="nav-button-container">
<button type="button" class="nav-button action-select-profile" title="Change primary profile" hidden>
<span class="icon" data-icon="profile"></span>
- <span class="profile-select-container"><select class="profile-select" id="profile-select">
- <optgroup label="Primary Profile" id="profile-select-option-group"></optgroup>
+ <span class="profile-select-container"><select class="profile-select">
+ <optgroup label="Primary Profile" class="profile-select-option-group"></optgroup>
</select></span>
</button>
<a tabindex="0" class="nav-button action-open-settings" title="Settings" data-hotkey='["global:openSettingsPage","title","Settings ({0})"]'>
@@ -70,6 +70,13 @@
<span class="toggle-handle"></span>
</div>
</label>
+ <a tabindex="0" class="link-group action-select-profile">
+ <span class="link-group-icon" data-icon="profile"></span>
+ <span class="link-group-label">Profile</span>
+ <span class="profile-select-container"><select class="profile-select">
+ <optgroup label="Primary Profile" class="profile-select-option-group"></optgroup>
+ </select></span>
+ </a>
<a tabindex="0" class="link-group action-open-settings">
<span class="link-group-icon" data-icon="cog"></span>
<span class="link-group-label">Settings</span>