mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
removed "Commands don't save" text
This commit is contained in:
parent
8418e36e49
commit
4ac03f396f
|
@ -370,7 +370,7 @@ QVBoxLayout *SettingsDialog::createCommandsTab()
|
||||||
|
|
||||||
auto layout = this->createTabLayout();
|
auto layout = this->createTabLayout();
|
||||||
|
|
||||||
layout->addWidget(new QLabel("One command per line. Commands don't save right now"));
|
layout->addWidget(new QLabel("One command per line."));
|
||||||
layout->addWidget(new QLabel("\"/cmd example command\" will print "
|
layout->addWidget(new QLabel("\"/cmd example command\" will print "
|
||||||
"\"example command\" when you type /cmd in chat."));
|
"\"example command\" when you type /cmd in chat."));
|
||||||
layout->addWidget(new QLabel("{1} will be replaced with the first word you type after the "
|
layout->addWidget(new QLabel("{1} will be replaced with the first word you type after the "
|
||||||
|
|
Loading…
Reference in a new issue