mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Fixes #1204
This commit is contained in:
parent
04897885dd
commit
0ae00dddf8
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ CustomFunctionsPanel::CustomFunctionsPanel(QWidget * parent, ModelData & model,
|
||||||
lang="en";
|
lang="en";
|
||||||
path.append(lang);
|
path.append(lang);
|
||||||
QDir qd(path);
|
QDir qd(path);
|
||||||
int vml= firmware->getCapability(VoicesMaxLength)+4;
|
int vml= firmware->getCapability(VoicesMaxLength);
|
||||||
if (qd.exists()) {
|
if (qd.exists()) {
|
||||||
QStringList filters;
|
QStringList filters;
|
||||||
filters << "*.wav" << "*.WAV";
|
filters << "*.wav" << "*.WAV";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue