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
If you for example change the color of the time widget, tabliss tries to save it to storage every time you move the color handle. Instead it should be once the user commits the changes. This should not apply to the preview shown onscreen.
StorageError: Extension[sync]: tabliss/config: Cannot write deletes to storage
at r (main.js:2:409666)
at main.js:2:409955Caused by: Error: This request exceeds the MAX_WRITE_OPERATIONS_PER_MINUTE quota.
at main.js:2:192968
The text was updated successfully, but these errors were encountered:
If you for example change the color of the time widget, tabliss tries to save it to storage every time you move the color handle. Instead it should be once the user commits the changes. This should not apply to the preview shown onscreen.
StorageError: Extension[sync]: tabliss/config: Cannot write deletes to storage
at r (main.js:2:409666)
at main.js:2:409955Caused by: Error: This request exceeds the MAX_WRITE_OPERATIONS_PER_MINUTE quota.
at main.js:2:192968
The text was updated successfully, but these errors were encountered: