NOISSUE remoce the old WM_CLASS workaround
This commit is contained in:
parent
b6ec2ac4b0
commit
0d15247247
17 changed files with 0 additions and 155 deletions
|
@ -1,6 +1,5 @@
|
|||
#include "UpdateDialog.h"
|
||||
#include "ui_UpdateDialog.h"
|
||||
#include "Platform.h"
|
||||
#include <QDebug>
|
||||
#include "MultiMC.h"
|
||||
#include <settings/SettingsObject.h>
|
||||
|
@ -10,7 +9,6 @@
|
|||
|
||||
UpdateDialog::UpdateDialog(bool hasUpdate, QWidget *parent) : QDialog(parent), ui(new Ui::UpdateDialog)
|
||||
{
|
||||
MultiMCPlatform::fixWM_CLASS(this);
|
||||
ui->setupUi(this);
|
||||
auto channel = MMC->settings()->get("UpdateChannel").toString();
|
||||
if(hasUpdate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue