mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
fix
This commit is contained in:
parent
fa1b5ae859
commit
e6fb16aebf
@ -580,7 +580,7 @@ class pixwrapper(QWidget):
|
||||
curricon = savehook_new_data[self.k].get("currenticon")
|
||||
seticon = LAction("设为图标")
|
||||
seticon.setCheckable(True)
|
||||
seticon.setChecked(curr != curricon)
|
||||
seticon.setChecked(curr == curricon)
|
||||
deleteimage = LAction("删除图片")
|
||||
copyimage = LAction("复制图片")
|
||||
deleteimage_x = LAction("删除图片文件")
|
||||
|
Loading…
x
Reference in New Issue
Block a user