remote url changed
This commit is contained in:
@@ -7,7 +7,7 @@ class AppMenu extends Shadow {
|
||||
darkMode = window.matchMedia('(prefers-color-scheme: dark)').matches
|
||||
|
||||
getImageURL(appName) {
|
||||
let imgUrl = `${util.HOST}/db/apps/${appName}/icons/${appName}`
|
||||
let imgUrl = `${util.HOST}/apps/${appName}/icons/${appName}`
|
||||
if(this.darkMode) {
|
||||
imgUrl += "light"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user