Skip to content

Commit

Permalink
fix: missing update indicator on setting icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Dec 8, 2023
1 parent b5b35be commit b055350
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/renderer/components/TheSettingBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,15 @@
@click="showSettingModal('general')"
>
<div class="settingbar-element-icon-wrapper">
<BaseIcon
icon-name="mdiCog"
<div
class="settingbar-element-icon text-light"
:class="{ 'badge badge-update': hasUpdates }"
:size="24"
/>
>
<BaseIcon
icon-name="mdiCog"
:size="24"
/>
</div>
</div>
</li>
</ul>
Expand Down Expand Up @@ -266,7 +269,7 @@ if (!connectionsArr.value.length)
.settingbar-element-icon {
&.badge::after {
top: 10px;
right: -6px;
right: -3px;
position: absolute;
}
Expand Down

0 comments on commit b055350

Please sign in to comment.