mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
0c46508aac
commit
6cc6edc935
@ -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):
|
||||
|
@ -303,6 +303,7 @@ def setTab_update(self, basel):
|
||||
]
|
||||
|
||||
shuominggrid = [
|
||||
["Github", makehtml("https://github.com/HIllya51/LunaTranslator")],
|
||||
["项目网站", makehtml("{main_server}/")],
|
||||
[
|
||||
"使用说明",
|
||||
|
Loading…
x
Reference in New Issue
Block a user