mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Also now highlights in tab rename.
This commit is contained in:
parent
884349b340
commit
1ed426178a
|
@ -40,6 +40,7 @@ NotebookTab::NotebookTab(Notebook *_notebook)
|
||||||
d.setText("");
|
d.setText("");
|
||||||
} else {
|
} else {
|
||||||
d.setText(this->getTitle());
|
d.setText(this->getTitle());
|
||||||
|
d.highlightText();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (d.exec() == QDialog::Accepted) {
|
if (d.exec() == QDialog::Accepted) {
|
||||||
|
|
Loading…
Reference in a new issue