mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
fix
This commit is contained in:
parent
c7d0397589
commit
3b01a281ab
@ -227,7 +227,7 @@ class IMGWidget(QLabel):
|
||||
|
||||
def opendir(k):
|
||||
try:
|
||||
os.startfile(os.path.dirname(k))
|
||||
os.system(f"explorer {os.path.dirname(k)}")
|
||||
except:
|
||||
pass
|
||||
|
||||
@ -337,6 +337,7 @@ class browserdialog(QDialog):
|
||||
savehook_new_data[self.exepath]["relationlinks"].pop(
|
||||
tab_index - self.hasvndb
|
||||
)
|
||||
|
||||
def lastclicked(self):
|
||||
def callback(texts):
|
||||
if len(texts[0].strip()) and len(texts[1].strip()):
|
||||
|
Loading…
x
Reference in New Issue
Block a user