mirror-chatterino2/src/widgets/dialogs/WelcomeDialog.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
250 B
C++
Raw Normal View History

2018-06-26 14:09:39 +02:00
#include "WelcomeDialog.hpp"
2018-06-07 17:43:21 +02:00
namespace chatterino {
2018-06-07 17:43:21 +02:00
WelcomeDialog::WelcomeDialog()
: BaseWindow({BaseWindow::EnableCustomFrame, BaseWindow::DisableLayoutSave})
2018-06-07 17:43:21 +02:00
{
this->setWindowTitle("Chatterino quick setup");
}
2018-06-07 17:43:21 +02:00
} // namespace chatterino