rmountjoy92 / DashMachine

Another web application bookmark dashboard, with fun features.
GNU General Public License v3.0
1.24k stars 119 forks source link

Every user gets its own background #206

Open DrNion opened 4 years ago

DrNion commented 4 years ago

Just wondering if it is possible to set the user interface for every user differently.

My suggestion: You could implement it in the config.ini...

[user1]
role = admin
password = 
confirm_password = 
theme = light
accent = orange
background = static/images/backgrounds/whatever.jpg

It can either overwrite the default which can be found under [Settings] or you could get rid of that part completely.

DrNion commented 4 years ago

Didn't I realize that there is already the option or have you done an update? It seems that i can change the theme and the accent user-individually which is awesome! The background is the only thing which would be nice to implement (so I don't need to see my brothers minecraft screenshots :P) I changed the title accordingly.