diff --git a/framelesshelper b/framelesshelper index 96f3981f..eb3f27fa 160000 --- a/framelesshelper +++ b/framelesshelper @@ -1 +1 @@ -Subproject commit 96f3981f0ada7678b218f3dd9be7cfabc55d900e +Subproject commit eb3f27fafcc4f4074c0f06e27d9942dc008960ea diff --git a/src/FluApp.cpp b/src/FluApp.cpp index de8cdf35..a21c375c 100644 --- a/src/FluApp.cpp +++ b/src/FluApp.cpp @@ -29,7 +29,6 @@ void FluApp::init(QQuickWindow *window){ FramelessConfig::instance()->set(Global::Option::ForceNonNativeBackgroundBlur); FramelessConfig::instance()->set(Global::Option::EnableBlurBehindWindow); #ifdef Q_OS_WIN - FramelessConfig::instance()->set(Global::Option::ForceHideWindowFrameBorder); FramelessConfig::instance()->set(Global::Option::EnableBlurBehindWindow,false); #endif #ifdef Q_OS_MACOS