temp default icon
This commit is contained in:
parent
0ceae10530
commit
9b88db9289
@ -60,7 +60,7 @@ func (w *WDE) RenderFileTileView(directory string, host string) (gin.H, error) {
|
||||
case "jpg":
|
||||
file.Icon = host + "/system/libs/img/get?path=" + path.Join(directory, file.Name) //FIXME
|
||||
default:
|
||||
file.Icon = host + "/system/libs/img/get?path=/wde/icons/macos9/about-me.png" //FIXME
|
||||
file.Icon = host + "/system/libs/img/get?path=/wde/icons/macos9/folder.png" //FIXME
|
||||
}
|
||||
}
|
||||
return gin.H{
|
||||
|
Loading…
Reference in New Issue
Block a user