v2.3.3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <QString>
|
||||
#include <QtGlobal>
|
||||
|
||||
#define CHATTERINO_VERSION "2.3.2"
|
||||
#define CHATTERINO_VERSION "2.3.3"
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
# define CHATTERINO_OS "win"
|
||||
|
||||
@@ -352,10 +352,10 @@ void Notebook::setShowTabs(bool value)
|
||||
{
|
||||
QMessageBox msgBox;
|
||||
msgBox.window()->setWindowTitle("Chatterino - hidden tabs");
|
||||
msgBox.setText("You've just hidden your tabs");
|
||||
msgBox.setText("You've just hidden your tabs.");
|
||||
msgBox.setInformativeText(
|
||||
"You can toggle tabs by using the keyboard shortcut (Ctrl + U by "
|
||||
"default) or right-clicking on the tab area and selecting \"Toggle "
|
||||
"You can toggle tabs by using the keyboard shortcut (Ctrl+U by "
|
||||
"default) or right-clicking the tab area and selecting \"Toggle "
|
||||
"visibility of tabs\".");
|
||||
msgBox.addButton(QMessageBox::Ok);
|
||||
auto *dsaButton =
|
||||
|
||||
Reference in New Issue
Block a user