-
-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local settings folder for portable app #656
Comments
Why not just use |
First, it can be modified once and used everywhere; |
|
emm, settings.json is hard to store and sync. Could we custom it's path? |
How does Firefox support changing the settings path? |
User.js file - MozillaZine Knowledge Base There are more disadvantages of direct sync LizGoban support config.json to set engines, path, and so on. I would like to put |
Maybe for the portable version, say |
IMO, it is ok. |
Would you like to submit a PR? We set the setting folder path in setting.js, line 7. |
I'll try the next few days. |
Why sabaki always use sync function? |
Because we are not a server, we don’t need to serve multiple users at the same time, it’s not that critical to use async functions. Also, it simplifies control flow and removes the need to show a busy indicator in the UI. |
* Local settings folder for portable app #656 * Update setting.js https://stackoverflow.com/a/46647041
After we reinstall the system, or when we use Sabaki between several different computers, we want a file to record the settings modified by the user. The content of this file is equal to settings.json, but has higher permissions. LizGoban, Firefox and other open source projects provide this feature.
The text was updated successfully, but these errors were encountered: