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