diff options
Diffstat (limited to 'client/launcherwindow.cc')
-rw-r--r-- | client/launcherwindow.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/launcherwindow.cc b/client/launcherwindow.cc index 35ee532..4734ffe 100644 --- a/client/launcherwindow.cc +++ b/client/launcherwindow.cc @@ -40,6 +40,8 @@ LauncherWindow::LauncherWindow(QString arg, QString cpr, QString templ, { setWindowTitle(tr("Pracro Launcher")); resize(250,80); + + setWindowIcon(QIcon(":/icons/icon.png")); QSettings templateConfig(QFileInfo(arg).absolutePath() + "/templates.ini", QSettings::IniFormat); |