1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-08-02 06:09:36 +08:00

fix(bulletin): 修复托盘消息点击冲突,增加公告入口,移除托盘公告选项

This commit is contained in:
2026-06-26 10:18:15 +08:00
parent 89c1e33257
commit c8f9ae752f
3 changed files with 34 additions and 2 deletions
+19
View File
@@ -632,6 +632,25 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="BulletinOpenButton">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>查看公告栏</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>