fix: monospace and interface font not being saved#1036
Open
amycatgirl wants to merge 3 commits intostoatchat:mainfrom
Open
fix: monospace and interface font not being saved#1036amycatgirl wants to merge 3 commits intostoatchat:mainfrom
amycatgirl wants to merge 3 commits intostoatchat:mainfrom
Conversation
when did this happen and why did this happen Signed-off-by: Amy <amy+git@amogus.cloud>
This caused font preferences to not save Signed-off-by: Amy <amy+git@amogus.cloud>
mihaicm93
approved these changes
Mar 17, 2026
Member
mihaicm93
left a comment
There was a problem hiding this comment.
seems like the types were removed in this PR with the stoat branding by @insertish , not sure why but we can wait and see if was intentional or not amycatgirl@b3852b9#diff-1a8fb3224e986aa2afa7981b85fa977d89d282c87dd1a23b90e68ed12ed0ae28R141
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #1035
apparently both interface and monospace fonts were not being validated, causing them to not being applied once the client is reloaded (because, technically, those fields were not compliant with the
cleanfunction).also, someone removed the generic specifiers on
theme.tsat some point, so i added them back