mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
fix: #23 fatal error in dev icons selection
des: The default devIconOptions state should be of array type
This commit is contained in:
parent
bb7910a6ba
commit
e62586641c
@ -25,7 +25,7 @@ const defaultSettings = {
|
|||||||
download: "PNG",
|
download: "PNG",
|
||||||
author: 'Rutik Wankhade',
|
author: 'Rutik Wankhade',
|
||||||
icon: { 'label': 'react', 'value': 'react' },
|
icon: { 'label': 'react', 'value': 'react' },
|
||||||
devIconOptions: {},
|
devIconOptions: [],
|
||||||
font: 'font-Anek',
|
font: 'font-Anek',
|
||||||
theme: 'background',
|
theme: 'background',
|
||||||
customIcon: '',
|
customIcon: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user