HabitRPG / habitica-chat-extension

A habitica.com Chat Client for Chrome
18 stars 13 forks source link

Added option to hide system messages, ensure chrome settings get saved #61

Closed junewerner closed 4 years ago

junewerner commented 4 years ago

This commit resolves issue #54 by adding the option to hide system messages. Additionally, it resolves the issue of the chrome extension not saving changes to options. It looks like in a previous commit some of the chrome.storage.sync calls got changed to chrome.storage.local. This may resolve issue #56 as well.

Fixes #56 Fixes #54

paglias commented 4 years ago

Hi @junewerner , thanks for the PR! Looks like merging a previous PR resulted in a conflict, can you update this and the other PR? You can skip creating the .zip files, I'll create them when a new release is made

junewerner commented 4 years ago

Sure! I can get that fixed up later today.

junewerner commented 4 years ago

@paglias This should be resolved now for both PRs. Looks like it was just the readme that confused git.