Add title to BG menu
This commit is contained in:
parent
42b1a368cb
commit
8f6fe384a8
|
@ -4333,7 +4333,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="Backgrounds" class="drawer-content closedDrawer">
|
<div id="Backgrounds" class="drawer-content closedDrawer">
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<div class="flex-container wide100p">
|
<div class="flex-container alignItemsBaseline wide100p">
|
||||||
|
<h3 class="margin0 flex2" data-i18n="Background Image">
|
||||||
|
Background Image
|
||||||
|
</h3>
|
||||||
<input id="bg-filter" data-i18n="[placeholder]Filter" placeholder="Filter" class="text_pole flex1" type="search" />
|
<input id="bg-filter" data-i18n="[placeholder]Filter" placeholder="Filter" class="text_pole flex1" type="search" />
|
||||||
<div id="auto_background" class="menu_button menu_button_icon" data-i18n="[title]Automatically select a background based on the chat context" title="Automatically select a background based on the chat context.">
|
<div id="auto_background" class="menu_button menu_button_icon" data-i18n="[title]Automatically select a background based on the chat context" title="Automatically select a background based on the chat context.">
|
||||||
<i class="fa-solid fa-wand-magic"></i>
|
<i class="fa-solid fa-wand-magic"></i>
|
||||||
|
|
Loading…
Reference in New Issue