mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
removed useless table column in user highlights
This commit is contained in:
parent
87c0ff76e7
commit
c6a05f289d
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ HighlightingPage::HighlightingPage()
|
|||
.getElement();
|
||||
|
||||
view->addRegexHelpLink();
|
||||
view->getTableView()->horizontalHeader()->hideSection(4);
|
||||
|
||||
// Case-sensitivity doesn't make sense for user names so it is
|
||||
// set to "false" by default & no checkbox is shown
|
||||
|
|
Loading…
Reference in a new issue