This commit is contained in:
CoolElectronics 2024-06-10 22:29:53 -04:00
parent 334ec7175e
commit e9a30dbbe1
No known key found for this signature in database
GPG key ID: F63593D168636C50
60 changed files with 151 additions and 133 deletions

View file

@ -6,14 +6,14 @@
<Popover
trigger="hover"
>
<template v-slot:trigger>
<template #trigger>
&nbsp;
<FAIcon
icon="wrench"
:aria-label="$t('settings.setting_changed')"
/>
</template>
<template v-slot:content>
<template #content>
<div class="modified-tooltip">
{{ $t('settings.setting_changed') }}
</div>