From 32f473fb64e9cb7b165c498980ddeb50f45bf198 Mon Sep 17 00:00:00 2001 From: aming Date: Fri, 14 Jun 2024 11:35:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(utils/sidebar-button-utils)=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=BC=80=E5=A7=8B=E8=8F=9C=E5=8D=95=E6=9C=AA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=94=A8=E6=88=B7=E5=A4=B4=E5=83=8F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/sidebar-button-utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/sidebar-button-utils.cpp b/src/utils/sidebar-button-utils.cpp index a8445a4..95f8a98 100644 --- a/src/utils/sidebar-button-utils.cpp +++ b/src/utils/sidebar-button-utils.cpp @@ -25,7 +25,7 @@ #define KYLIN_ACCOUNT_INFORMATION_NAME "org.freedesktop.Accounts" #define KYLIN_ACCOUNT_INFORMATION_PATH "/org/freedesktop/Accounts" #define KYLIN_ACCOUNT_INFORMATION_INTERFACE "org.freedesktop.Accounts" -#define DEFAULT_USER_ICON_FILE ":/icon/default-community-image.png" +#define DEFAULT_USER_ICON_FILE ":/res/icon/default-community-image.png" using namespace UkuiMenu;