DashMachine
DashMachine copied to clipboard
Every user gets its own background
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.
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.