Update HighlightingPage.cpp (#2404)

Co-authored-by: Leon Richardt <leon.richardt@gmail.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
AweesneW 2021-02-12 14:43:18 +01:00 committed by GitHub
parent 185980f8a2
commit 542022bff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -49,6 +49,7 @@
- Minor: Made username autocompletion truecase (#1199, #1883) - Minor: Made username autocompletion truecase (#1199, #1883)
- Minor: Update the listing of top-level domains. (#2345) - Minor: Update the listing of top-level domains. (#2345)
- Minor: Properly respect RECONNECT messages from Twitch (#2347) - Minor: Properly respect RECONNECT messages from Twitch (#2347)
- Minor: Hide "Case-sensitive" column for user highlights. (#2404)
- Minor: Added human-readable formatting to remaining timeout duration. (#2398) - Minor: Added human-readable formatting to remaining timeout duration. (#2398)
- Minor: Added `/streamlink` command. Usage: `/streamlink <channel>`. You can also use the command without arguments in any twitch channel to open it in streamlink. (#2443) - Minor: Added `/streamlink` command. Usage: `/streamlink <channel>`. You can also use the command without arguments in any twitch channel to open it in streamlink. (#2443)
- Bugfix: Fix crash occurring when pressing Escape in the Color Picker Dialog (#1843) - Bugfix: Fix crash occurring when pressing Escape in the Color Picker Dialog (#1843)

View file

@ -99,8 +99,10 @@ HighlightingPage::HighlightingPage()
.getElement(); .getElement();
view->addRegexHelpLink(); view->addRegexHelpLink();
view->getTableView()->horizontalHeader()->hideSection(4); view->getTableView()->horizontalHeader()->hideSection(
HighlightModel::Column::UseRegex);
view->getTableView()->horizontalHeader()->hideSection(
HighlightModel::Column::CaseSensitive);
// Case-sensitivity doesn't make sense for user names so it is // Case-sensitivity doesn't make sense for user names so it is
// set to "false" by default & the column is hidden // set to "false" by default & the column is hidden
view->setTitles({"Username", "Show in\nMentions", view->setTitles({"Username", "Show in\nMentions",