mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 00:07:17 +00:00
Settings: show label for nick autocompletion postfix
This commit is contained in:
parent
8dd9bc0e98
commit
c6d7bd4b4a
1 changed files with 8 additions and 2 deletions
|
@ -172,8 +172,14 @@
|
|||
</div>
|
||||
<div v-if="$store.state.settings.advanced">
|
||||
<label class="opt">
|
||||
<label for="nickPostfix" class="sr-only">
|
||||
Nick autocomplete postfix (for example a comma)
|
||||
<label for="nickPostfix" class="opt">
|
||||
Nick autocomplete postfix
|
||||
<span
|
||||
class="tooltipped tooltipped-n tooltipped-no-delay"
|
||||
aria-label="Nick autocomplete postfix (for example a comma)"
|
||||
>
|
||||
<button class="extra-help" />
|
||||
</span>
|
||||
</label>
|
||||
<input
|
||||
id="nickPostfix"
|
||||
|
|
Loading…
Reference in a new issue