rr- / szurubooru

Image board engine, Danbooru-style.
GNU General Public License v3.0
665 stars 175 forks source link

Is there any way to set default browsing settings ? #633

Open SpaghettiMonkey opened 5 months ago

SpaghettiMonkey commented 5 months ago

I'm always using the dark theme and post flow features, and each time I start my instance I have to toggle these in the settings page. Is there any way to set these on by default ?

G1org1owo commented 5 months ago

As mentioned in #561, you can edit the default settings in client/js/model/settings.js. If I got it right, to achieve what you're looking for you should change darkTheme and postFlow to true.

Don't forget you have to manually build the client if you edit the source code instead of using the base docker image.