From 969ca44c20abd4d4eb04a1a6a6240be6f891c832 Mon Sep 17 00:00:00 2001 From: like Date: Fri, 21 Jun 2024 16:02:31 +0800 Subject: [PATCH] =?UTF-8?q?IA6ZRM=E3=80=90=E4=B8=BB=E9=A2=98=E5=88=B6?= =?UTF-8?q?=E4=BD=9C=E5=B7=A5=E5=9D=8A=E3=80=91=E3=80=90=E6=AC=A1=E8=A6=81?= =?UTF-8?q?=E3=80=91=E3=80=90=E5=85=A8=E5=B1=80=E4=B8=BB=E9=A2=98=E3=80=91?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=85=A8=E5=B1=80=E4=B8=BB=E9=A2=98=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E5=9B=BE=E5=90=8E=E5=88=9B=E5=BB=BA=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=AF=A5=E4=B8=BB=E9=A2=98=EF=BC=8C=E9=87=8D=E6=96=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=99=A4=E4=BA=86=E5=85=A8=E5=B1=80=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E6=95=88=E6=9E=9C=E5=9B=BE=E5=A4=96=E7=9A=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E5=90=8E=E5=88=9B=E5=BB=BA=E5=AE=89=E8=A3=85=EF=BC=8C=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E9=9D=A2=E6=9D=BF-=E4=B8=BB=E9=A2=98=E5=B0=81?= =?UTF-8?q?=E9=9D=A2=E4=BE=9D=E7=84=B6=E4=BC=9A=E6=98=BE=E7=A4=BA=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fileProcess/bridge.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fileProcess/bridge.cpp b/src/fileProcess/bridge.cpp index 469dd00..f833b74 100644 --- a/src/fileProcess/bridge.cpp +++ b/src/fileProcess/bridge.cpp @@ -42,13 +42,16 @@ void Bridge::wallpaperPathChanged(QString path) // +m_time + "/src/globalTheme/theme.conf"); m_configfilemanager->copyPictoCacheDir(m_wallpaperpath,QDir::homePath()+"/.cache/theme-build/" +m_time+"/src/globalTheme","wallpaper"); + m_wallpaperpath = ":/resource/background/1-openkylin.jpg"; } + void Bridge::coverPathChanged(QString path) { m_coverpath = path; m_configfilemanager->copyPictoCacheDir(m_coverpath,QDir::homePath()+"/.cache/theme-build/" +m_time+"/src/globalTheme","cover"); + m_coverpath = ":/resource/background/custom-preview.png"; } void Bridge::radiusChanged(int radius)