We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d8afb commit 185bed8Copy full SHA for 185bed8
companion/src/updates/updatesounds.cpp
@@ -51,7 +51,7 @@ void UpdateSounds::assetSettingsInit()
51
cad.processes(UPDFLG_Common_Asset);
52
cad.flags(cad.processes() | UPDFLG_CopyStructure);
53
cad.filterType(UpdateParameters::UFT_Startswith);
54
- cad.filter("edgetx-sdcard-sounds-%LANGUAGE%-");
+ cad.filter("edgetx-sdcard-sounds-%LANGUAGE%");
55
56
qDebug() << "Asset settings initialised";
57
}
0 commit comments