This commit is contained in:
恍兮惚兮 2024-09-16 19:19:57 +08:00
parent a961776a3c
commit 18c24a9a5f
2 changed files with 4 additions and 4 deletions

View File

@ -696,9 +696,9 @@ class AnkiWindow(QWidget):
media = [] media = []
tempfiles = [] tempfiles = []
for k, _ in [ for k, _ in [
("audio", self.audiopath.text()), ("audio_for_word", self.audiopath.text()),
("audio_sentence", self.audiopath_sentence.text()), ("audio_for_example_sentence", self.audiopath_sentence.text()),
("image", self.editpath.text()), ("screenshot", self.editpath.text()),
]: ]:
if len(_): if len(_):
media.append( media.append(

View File

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