This commit is contained in:
恍兮惚兮 2024-07-18 14:22:10 +08:00
parent 0c46508aac
commit 6cc6edc935
2 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,8 @@ class LGroupBox(QGroupBox, LBase):
if self._text:
super().setTitle(_TR(self._text))
def changeEvent(self, e: QEvent):
super(LGroupBox, self).changeEvent(e)
class LListWidgetItem(QListWidgetItem):
def __init__(self, text):

View File

@ -303,6 +303,7 @@ def setTab_update(self, basel):
]
shuominggrid = [
["Github", makehtml("https://github.com/HIllya51/LunaTranslator")],
["项目网站", makehtml("{main_server}/")],
[
"使用说明",