diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-07 13:22:40 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-07 13:22:40 -0500 |
| commit | f715de43f2bae1593128f34f7362c1963a54e3a1 (patch) | |
| tree | 1ff976d22d842f6cf260e91abfe833e354dba0f9 /src/components/quick_view_settings | |
| parent | f0ba0e68559b3665b76f0022c5ad3b8f457c37a5 (diff) | |
Add labels for timeline header
Diffstat (limited to 'src/components/quick_view_settings')
| -rw-r--r-- | src/components/quick_view_settings/quick_view_settings.vue | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/quick_view_settings/quick_view_settings.vue b/src/components/quick_view_settings/quick_view_settings.vue index b0413cac..d7c9bf3b 100644 --- a/src/components/quick_view_settings/quick_view_settings.vue +++ b/src/components/quick_view_settings/quick_view_settings.vue @@ -3,6 +3,7 @@ trigger="click" class="QuickViewSettings" :bound-to="{ x: 'container' }" + :triggerAttrs="{ title: $t('timeline.quick_view_settings') }" > <template #content> <div class="dropdown-menu"> @@ -66,9 +67,7 @@ </div> </template> <template #trigger> - <button class="button-unstyled"> - <FAIcon icon="bars" /> - </button> + <FAIcon icon="bars" /> </template> </Popover> </template> |
