Add todos

This commit is contained in:
cyber-dream 2023-04-30 00:16:37 +03:00
parent 2f2ad23fd6
commit 6c5d804ae0
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
//TODO Scroll to mobile desktop: https://css-tricks.com/scroll-fix-content/
document.addEventListener('DOMContentLoaded', function() {
// console.log(window.screen.width)
wde = new WebDesktopEnvironment

View File

@ -149,7 +149,7 @@ func (p *PersonalPropertiesApp) Render() (gin.H, error) {
headerProps := props.Data.(primitive.D).Map()["headerprops"].(primitive.D).Map()
file, err := p.fs.Read(headerProps["icon"].(string))
if err != nil {
//TODO
//TODO err catch
}
data, err := wde.ReadImage(file)