You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple accounts are running on the same window, each one creates a copy of the settings of all accounts. Meaning that changing the settings of one account won't affect the copies existing on other tabs.
Since these settings are shared in the local storage (or cookies? I don't remember), it means that validating the settings on one account will rollback any setting changed on other tabs.
Currently, the other solution to edit settings for multiple accounts on the same window is start only one account, change the settings, log out then restart with the second account etc.
The text was updated successfully, but these errors were encountered:
Clover-Lindo
changed the title
Changing in-game settings for one accounts resets settings from other accounts
Changing in-game settings for one account resets settings from other accounts
Mar 22, 2020
Here's a copy of a description from an old Trello project for Lindo:
En multicompte sur une fenêtre (ou sur l'ensemble des fenêtre pour Lindo <1.1.6), l'ensemble des settings de tout les comptes est chargé dans chaque onglet. Changer les options d'un compte va mettre à jour les options de ce compte, et réécrire les options des autres à l'état dans lequel elles étaient au lancement de l'onglet.
Solutions :
Override les fonctions de gestion des settings pour stocker dans le Local Storage les settings de chaque compte à partir d'une clé différente (plutôt que de tout mettre sous la même clé)
Créer un event qui va reload les settings d'un onglet lors du changement des settings d'un autre
When multiple accounts are running on the same window, each one creates a copy of the settings of all accounts. Meaning that changing the settings of one account won't affect the copies existing on other tabs.
Since these settings are shared in the local storage (or cookies? I don't remember), it means that validating the settings on one account will rollback any setting changed on other tabs.
Currently, the other solution to edit settings for multiple accounts on the same window is start only one account, change the settings, log out then restart with the second account etc.
The text was updated successfully, but these errors were encountered: