mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
a961776a3c
commit
18c24a9a5f
@ -696,9 +696,9 @@ class AnkiWindow(QWidget):
|
||||
media = []
|
||||
tempfiles = []
|
||||
for k, _ in [
|
||||
("audio", self.audiopath.text()),
|
||||
("audio_sentence", self.audiopath_sentence.text()),
|
||||
("image", self.editpath.text()),
|
||||
("audio_for_word", self.audiopath.text()),
|
||||
("audio_for_example_sentence", self.audiopath_sentence.text()),
|
||||
("screenshot", self.editpath.text()),
|
||||
]:
|
||||
if len(_):
|
||||
media.append(
|
||||
|
@ -29,7 +29,7 @@ include(generate_product_version)
|
||||
|
||||
set(VERSION_MAJOR 5)
|
||||
set(VERSION_MINOR 36)
|
||||
set(VERSION_PATCH 2)
|
||||
set(VERSION_PATCH 3)
|
||||
|
||||
add_library(pch pch.cpp)
|
||||
target_precompile_headers(pch PUBLIC pch.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user