[BUG] Preference for light theme gets reset when clearing cookies/loggin out

Recently I noticed that the preference for the light theme is not remembered between logins when clearing the cookies.

In other words, when I log back in after clearing the cookies, I get the default dark theme.

So it doesn't save our preferences in a database.

I'm not too surprised about this actually.

1 Like

Which is interesting because the setting where you can set this looks the same like the other settings which are being saved in the database. :thinking:

This makes me wonder: If there is already a database available, why only save this preference in a cookie?

prolly because it took 5 minutes to implement without breaking the current database layout.

1 Like

While it might be slightly quicker to implement, adding another field to a database table is nothing special and shouldn't break anything.

Anyways, this is not the expected behavior and therefore a bug that needs to be fixed.