mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
fix
This commit is contained in:
parent
a961776a3c
commit
18c24a9a5f
@ -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(
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user