This commit is contained in:
恍兮惚兮 2024-10-31 12:04:03 +08:00
parent 4c3f494534
commit 194e171475
3 changed files with 3 additions and 3 deletions

View File

@ -620,7 +620,7 @@ class AnkiWindow(QWidget):
self.viewimagelabel.showpixmap(pix) self.viewimagelabel.showpixmap(pix)
def selecfile2(self, item): def selecfile2(self, item):
f = QFileDialog.getOpenFileName(filter=getimagefilefilter()) f = QFileDialog.getOpenFileName(filter=getimagefilefilter() + ";;*")
res = f[0] res = f[0]
if res != "": if res != "":
item.setText(res) item.setText(res)

View File

@ -5,7 +5,7 @@
"excule_from_exe": [], "excule_from_exe": [],
"only_from_exe": [], "only_from_exe": [],
"showrangeafterrangeselect": true, "showrangeafterrangeselect": true,
"ocrautobindhwnd": true, "ocrautobindhwnd": false,
"autodisappear": false, "autodisappear": false,
"WindowBackdrop": 3, "WindowBackdrop": 3,
"WindowEffect": 0, "WindowEffect": 0,

View File

@ -29,7 +29,7 @@ include(generate_product_version)
set(VERSION_MAJOR 5) set(VERSION_MAJOR 5)
set(VERSION_MINOR 53) set(VERSION_MINOR 53)
set(VERSION_PATCH 1) set(VERSION_PATCH 2)
add_library(pch pch.cpp) add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h) target_precompile_headers(pch PUBLIC pch.h)