From a8edfe1d51eb34dfb7011a5a4f485e42b91e31c0 Mon Sep 17 00:00:00 2001 From: iaom Date: Fri, 22 Sep 2023 11:31:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(ukcc-plugin):=E4=BF=AE=E5=A4=8D=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E4=B8=BB=E9=A2=98=E5=9B=BE=E6=A0=87=E6=97=B6=E5=B4=A9?= =?UTF-8?q?=E6=BA=83=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notification-ukcc-plugin/notification-ukcc-plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-ukcc-plugin/notification-ukcc-plugin.cpp b/notification-ukcc-plugin/notification-ukcc-plugin.cpp index 2d024d0..755ccf4 100644 --- a/notification-ukcc-plugin/notification-ukcc-plugin.cpp +++ b/notification-ukcc-plugin/notification-ukcc-plugin.cpp @@ -479,7 +479,7 @@ void Notice::initItemUi(const QString &desktopPath, UkuiNotification::SingleAppl iconLabel->setFixedSize(32, 32); setAppIcon(iconLabel, iconName); - connect(m_themeSetting, &QGSettings::changed, [&](const QString &key){ + connect(m_themeSetting, &QGSettings::changed, [&, iconLabel, iconName](const QString &key){ if (key == "iconThemeName") setAppIcon(iconLabel, iconName); });