Skip to content

Commit 7d99cba

Browse files
committed
Enable desktop icons by default (#51)
1 parent 888a481 commit 7d99cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export const defaultConfiguration = {
207207
style: 'cover'
208208
},
209209
iconview: {
210-
enabled: false,
210+
enabled: true,
211211
path: 'home:/.desktop',
212212
fontColorStyle: 'system',
213213
fontColor: '#ffffff'

0 commit comments

Comments
 (0)