mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
497ce2d2f2
* 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. |
||
---|---|---|
.. | ||
AboutPage.cpp | ||
AboutPage.hpp | ||
AccountsPage.cpp | ||
AccountsPage.hpp | ||
CommandPage.cpp | ||
CommandPage.hpp | ||
ExternalToolsPage.cpp | ||
ExternalToolsPage.hpp | ||
GeneralPage.cpp | ||
GeneralPage.hpp | ||
HighlightingPage.cpp | ||
HighlightingPage.hpp | ||
IgnoresPage.cpp | ||
IgnoresPage.hpp | ||
KeyboardSettingsPage.cpp | ||
KeyboardSettingsPage.hpp | ||
ModerationPage.cpp | ||
ModerationPage.hpp | ||
NotificationPage.cpp | ||
NotificationPage.hpp | ||
SettingsPage.cpp | ||
SettingsPage.hpp |