mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
useless
This commit is contained in:
parent
0212261546
commit
97a4b21a92
@ -60,13 +60,6 @@ class triggereditor(LDialog):
|
|||||||
if action == remove:
|
if action == remove:
|
||||||
self.hctable.removeselectedrows()
|
self.hctable.removeselectedrows()
|
||||||
|
|
||||||
def moverank(self, dy):
|
|
||||||
_pair = self.hctable.moverank(dy)
|
|
||||||
if not _pair:
|
|
||||||
return
|
|
||||||
src, tgt = _pair
|
|
||||||
self.internalrealname.insert(tgt, self.internalrealname.pop(src))
|
|
||||||
|
|
||||||
def __init__(self, parent) -> None:
|
def __init__(self, parent) -> None:
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
self.list = globalconfig["ocr_trigger_events"]
|
self.list = globalconfig["ocr_trigger_events"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user