-
I don't know what I did but suddenly a few minutes ago, my settings were reset from the beginning (even though I was sure that there was no action to edit the settings) but suddenly just a few seconds later when I clicked on a new tab, everything was completely reset |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry @NekSakura, there is an issue with the new synchronization feature and the default one... It seems the browser does not correctly save which type of storage Bonjourr should use ! Can you share the result of this command in the console? It should output the old config before it was reset: console.log(JSON.stringify(await chrome.storage.local.get("syncStorage"))) I'm working on it and I already see a reason why it is doing that. Sorry again about that, we are going a bit too fast sometimes 😅 |
Beta Was this translation helpful? Give feedback.
Sorry @NekSakura, there is an issue with the new synchronization feature and the default one... It seems the browser does not correctly save which type of storage Bonjourr should use !
Can you share the result of this command in the console? It should output the old config before it was reset:
I'm working on it and I already see a reason why it is doing that. Sorry again about that, we are going a bit too fast sometimes 😅