Skip to content

Tags: 2qar/chatterino2

Tags

github-actions-nightly

Toggle github-actions-nightly's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Better Highlights: Fix Unintentional Color Update (Chatterino#1522)

* HighlightPhrase: Fix wrong documentation

* Use right constructor for new HighlightPhrases

* Fix preset highlights changing unintentionally

Prior to this commit, the callback for reacting to user input on the
highlight table (namely, `HighlightingPage::tableCellClicked`) only
checked for the row number in order to determine whether preset
highlights (self highlights, whispers, and subscriptions) need to be
updated. Hence, changing rows 0 through 2 in the "User Highlights" tab
would also update the preset highlights.

This commit adds a check to determine whether the callback was triggered
by the "Messages" highlight tab, or not.

backup-github-actions-nightly

Toggle backup-github-actions-nightly's commit message
Show the toggle mod mode button when mod buttons are enabled. (Chatte…

…rino#1518)

* Fix Chatterino#1288

Show the toggle mod mode button when mod buttons are enabled.

* Automatic formatting ain't good enough i guess.