mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
Fix MainWindow Icon; Fix WM_CLASS issue; now links QX11Extras and libxcb on linux
This commit is contained in:
parent
205570be32
commit
78882ff6b1
19 changed files with 169 additions and 3 deletions
|
|
@ -48,6 +48,7 @@
|
|||
#include "gui/lwjglselectdialog.h"
|
||||
#include "gui/consolewindow.h"
|
||||
#include "gui/instancesettings.h"
|
||||
#include "gui/platform.h"
|
||||
|
||||
#include "logic/lists/InstanceList.h"
|
||||
#include "logic/lists/MinecraftVersionList.h"
|
||||
|
|
@ -72,6 +73,7 @@
|
|||
|
||||
MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow)
|
||||
{
|
||||
MultiMCPlatform::fixWM_CLASS(this);
|
||||
ui->setupUi(this);
|
||||
setWindowTitle(QString("MultiMC %1").arg(MMC->version().toString()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue