forked from openkylin/qt5-ukui-platformtheme
Update changelog 4.1.0.0-0k22
This commit is contained in:
parent
7f65e9193e
commit
3f8ae569e8
|
@ -1,3 +1,13 @@
|
|||
qt5-ukui-platformtheme (4.1.0.0-ok22) nile; urgency=medium
|
||||
|
||||
* 改动:
|
||||
BUG号:无
|
||||
需求号:无
|
||||
其他改动:特殊三联按钮添加便签应用
|
||||
影响域:无
|
||||
|
||||
-- tanjing <tanjing@kylinos.cn> Wed, 13 Dec 2023 16:38:19 +0800
|
||||
|
||||
qt5-ukui-platformtheme (4.1.0.0-ok21) nile; urgency=medium
|
||||
|
||||
* 改动:
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
From: tanjing <tanjing@kylinos.cn>
|
||||
Date: Wed, 13 Dec 2023 16:51:37 +0800
|
||||
Subject: Update changelog 4.1.0.0-0k22
|
||||
|
||||
---
|
||||
libqt5-ukui-style/settings/black-list.h | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/libqt5-ukui-style/settings/black-list.h b/libqt5-ukui-style/settings/black-list.h
|
||||
index 1e428f0..c7cfe01 100644
|
||||
--- a/libqt5-ukui-style/settings/black-list.h
|
||||
+++ b/libqt5-ukui-style/settings/black-list.h
|
||||
@@ -92,6 +92,8 @@ static const QStringList useTransparentButtonList() {
|
||||
l<<"kylin-video";
|
||||
l<<"kylin-ipmsg";
|
||||
l<<"kylin-weather";
|
||||
+ l<<"ukui-notebook";
|
||||
+
|
||||
// l<<"kylin-recorder";
|
||||
|
||||
return l;
|
|
@ -17,3 +17,4 @@
|
|||
0017-Update-changelog-4.1.0.0-0k18.patch
|
||||
0018-Update-changelog-4.1.0.0-0k19.patch
|
||||
0019-Update-changelog-4.1.0.0-0k20.patch
|
||||
0020-Update-changelog-4.1.0.0-0k22.patch
|
||||
|
|
Loading…
Reference in New Issue