update icon
This commit is contained in:
parent
55d7ec4130
commit
df22cc4bdd
|
@ -20,7 +20,8 @@ import {
|
||||||
faBell,
|
faBell,
|
||||||
faDownload,
|
faDownload,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
faInfo
|
faInfo,
|
||||||
|
faWindowRestore
|
||||||
} from '@fortawesome/free-solid-svg-icons'
|
} from '@fortawesome/free-solid-svg-icons'
|
||||||
|
|
||||||
library.add(
|
library.add(
|
||||||
|
@ -31,7 +32,8 @@ library.add(
|
||||||
faBell,
|
faBell,
|
||||||
faDownload,
|
faDownload,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
faInfo
|
faInfo,
|
||||||
|
faWindowRestore
|
||||||
)
|
)
|
||||||
|
|
||||||
const SettingsModalContent = {
|
const SettingsModalContent = {
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
:label="$t('settings.appearance')"
|
:label="$t('settings.appearance')"
|
||||||
icon="paint-brush"
|
icon="window-restore"
|
||||||
data-tab-name="appearance"
|
data-tab-name="appearance"
|
||||||
>
|
>
|
||||||
<AppearanceTab />
|
<AppearanceTab />
|
||||||
|
|
Loading…
Reference in a new issue