Replies: 1 comment 2 replies
-
Hey, thanks for the kind words! :) The settings are actually saved inside your browser, not anywhere in the JAR file (those are read-only anyway afaik). You can safely replace the old JAR with a newer version. However, do note that between versions I sometimes add/delete/rename certain settings, so it's possible that inconsistencies might occur. Therefore, if you do update to a new version, you will be greeted by a prompt asking you to reset your settings to avoid inconsistencies. This isn't mandatory but recommended if you want to be on the safe side. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @Selbi182!
First of all. Thanks for your great work.
As i can see from the source all the app is bundled to jar file including the setting changes made by user.
It will present an issue with updating the app / container since the all setting will be lost since the Jar file will be replaced entirely.
If i'm wrong, please correct me, but i think personal settings should be saved separate folder so when the container / app will be updated only the binary (jar) will be replaced without losing the Personal Settings made by user.
Beta Was this translation helpful? Give feedback.
All reactions