update user_options.js

This commit is contained in:
casglistro
2024-04-18 18:00:19 +08:00
parent ac2fb2e6a6
commit 73f8886342
+1 -1
View File
@@ -12,7 +12,7 @@ import { setupCursorHover } from '../.widgetutils/cursorhover.js';
import { getAllFiles, searchIcons } from './icons.js'
import { MaterialIcon } from '../.commonwidgets/materialicon.js';
const icon_files = userOptions.icon.searchPaths.map(e => getAllFiles(e)).flat(1)
const icon_files = userOptions.icons.searchPaths.map(e => getAllFiles(e)).flat(1)
let isPinned = false
let cachePath = new Map()