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
Because of this, when the plugin is disabled (at startup) your TextReplace rules won't get loaded and the settings will appear empty
What is the expected behaviour?
I expect the TextReplace rules to always be visible. To be honest, this isn't a very impactful bug since the workaround is to just toggle TextReplace off and on
How do you recreate this bug or crash?
Have TextReplace rules
Disable TextReplace
Restart Discord
Observe in TextReplace settings that your rules are gone
Enable TextReplace
Observe in TextReplace settings that your rules are back
Errors
No response
Request Agreement
I am using Discord Stable or tried on Stable and this bug happens there as well
I have read the requirements for opening an issue above
The text was updated successfully, but these errors were encountered:
Discord Account
No response
What happens when the bug or crash occurs?
Since TextReplace rules are stored in IndexedDB, they aren't loaded in the same way regular settings are and are instead loaded through
DataStore.get()
in the plugin'sstart
functionhttps://github.com/Vendicated/Vencord/blob/main/src/plugins/textReplace/index.tsx#L251-L253
Because of this, when the plugin is disabled (at startup) your TextReplace rules won't get loaded and the settings will appear empty
What is the expected behaviour?
I expect the TextReplace rules to always be visible. To be honest, this isn't a very impactful bug since the workaround is to just toggle TextReplace off and on
How do you recreate this bug or crash?
Errors
No response
Request Agreement
The text was updated successfully, but these errors were encountered: