22 lines
688 B
XML
22 lines
688 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
|
|
<t t-name="fusion_theme_switcher.ThemeToggleSystray">
|
|
<button type="button"
|
|
t-att-title="title"
|
|
t-att-aria-label="title"
|
|
t-att-disabled="state.loading"
|
|
t-att-class="{
|
|
'o_fts_theme_toggle': true,
|
|
'o_fts_theme_toggle_dark': isDark,
|
|
'o_fts_theme_toggle_loading': state.loading,
|
|
}"
|
|
t-on-click="onToggleTheme">
|
|
<i t-att-class="iconClass"/>
|
|
<span class="visually-hidden" t-esc="title"/>
|
|
</button>
|
|
</t>
|
|
|
|
</templates>
|
|
|