27 lines
870 B
Diff
27 lines
870 B
Diff
From fca58228ea9d31e01dd6e24bee944cebf7df9622 Mon Sep 17 00:00:00 2001
|
|
From: leeffo <liweiganga@uniontech.com>
|
|
Date: Wed, 2 Aug 2023 14:13:35 +0800
|
|
Subject: [PATCH] hide authorized watermask
|
|
|
|
---
|
|
src/dde-desktop/view/watermaskframe.cpp | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/dde-desktop/view/watermaskframe.cpp b/src/dde-desktop/view/watermaskframe.cpp
|
|
index e36d97b..2d0e72a 100644
|
|
--- a/src/dde-desktop/view/watermaskframe.cpp
|
|
+++ b/src/dde-desktop/view/watermaskframe.cpp
|
|
@@ -98,7 +98,8 @@ void WaterMaskFrame::stateChanged(int state, int prop)
|
|
return;
|
|
}
|
|
|
|
- bool showSate = showLicenseState();
|
|
+ //bool showSate = showLicenseState();
|
|
+ bool showSate = 0;
|
|
bool cn = usingCn();
|
|
qInfo() << "reply ActiveState is" << state << prop << "show" << showSate
|
|
<< "cn" << cn << this;
|
|
--
|
|
2.20.1
|
|
|