From 90943674b3bcf4aa6a709e6bc6557e290fb0cfc0 Mon Sep 17 00:00:00 2001 From: zhuzichu Date: Wed, 28 Jun 2023 12:12:15 +0800 Subject: [PATCH] update --- example/src/main.cpp | 2 +- framelesshelper | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/src/main.cpp b/example/src/main.cpp index 4aaa93cd..009a6090 100644 --- a/example/src/main.cpp +++ b/example/src/main.cpp @@ -25,8 +25,8 @@ int main(int argc, char *argv[]) FramelessConfig::instance()->set(Global::Option::DisableLazyInitializationForMicaMaterial); FramelessConfig::instance()->set(Global::Option::CenterWindowBeforeShow); FramelessConfig::instance()->set(Global::Option::ForceNonNativeBackgroundBlur); -#ifdef Q_OS_MACOS FramelessConfig::instance()->set(Global::Option::EnableBlurBehindWindow); +#ifdef Q_OS_MACOS FramelessConfig::instance()->set(Global::Option::ForceNonNativeBackgroundBlur,false); #endif AppInfo* appInfo = new AppInfo(); diff --git a/framelesshelper b/framelesshelper index 20e12e5e..f977a78d 160000 --- a/framelesshelper +++ b/framelesshelper @@ -1 +1 @@ -Subproject commit 20e12e5ec056b8d0959a4d30b715832f2a5d7a70 +Subproject commit f977a78d0ee8cf5f5dc723e8c5e9da8846d420b9