Skip to content

Commit

Permalink
RMG: set window icon in NetplaySessionDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jan 30, 2025
1 parent b014fdf commit 5f97be5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ using namespace Utilities;
NetplaySessionDialog::NetplaySessionDialog(QWidget *parent, QWebSocket* webSocket, QJsonObject json, QString sessionFile) : QDialog(parent)
{
this->setupUi(this);
this->setWindowIcon(QIcon(":Resource/RMG.png"));
this->setWindowFlags(this->windowFlags() | Qt::WindowMinimizeButtonHint);

this->webSocket = webSocket;
Expand Down

0 comments on commit 5f97be5

Please sign in to comment.