From fdcf9f1a2017a384499e32ea6f4131f5955137d5 Mon Sep 17 00:00:00 2001 From: like Date: Wed, 12 Jun 2024 14:42:06 +0800 Subject: [PATCH] =?UTF-8?q?I9PB7J=E3=80=90=E9=9C=80=E6=B1=8228549=E3=80=91?= =?UTF-8?q?=E3=80=90=E6=AC=A1=E8=A6=81=E3=80=91=E3=80=90=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=88=B6=E4=BD=9C=E5=B7=A5=E5=9D=8A=E3=80=91=E6=A1=8C=E9=9D=A2?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E6=96=B9=E5=BC=8F=E3=80=81=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=A0=8F=E7=BC=A9=E7=95=A5=E5=9B=BE=E3=80=81=E5=A4=9A=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E8=A7=86=E5=9B=BE=E5=BA=94=E7=94=A8=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=BA=E5=8C=85=E5=90=8D=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=BE=E7=A4=BA=E4=B8=BA=E4=B8=BB=E9=A2=98=E5=88=B6?= =?UTF-8?q?=E4=BD=9C=E5=B7=A5=E5=9D=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 00ae223..2b7a0f2 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -27,6 +27,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { + qApp->setApplicationName(tr("kylin-theme-builder")); kdk::UkuiStyleHelper *lf = kdk::UkuiStyleHelper::self(); lf->removeHeader(this); this->setMouseTracking(true);