changes
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?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>
|
||||
|
||||
Reference in New Issue
Block a user