Skip to content

Commit 185bed8

Browse files
author
elecpower
committed
fix(cpn): remove trailing hyphen from default sounds asset filter
1 parent 77d8afb commit 185bed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

companion/src/updates/updatesounds.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void UpdateSounds::assetSettingsInit()
5151
cad.processes(UPDFLG_Common_Asset);
5252
cad.flags(cad.processes() | UPDFLG_CopyStructure);
5353
cad.filterType(UpdateParameters::UFT_Startswith);
54-
cad.filter("edgetx-sdcard-sounds-%LANGUAGE%-");
54+
cad.filter("edgetx-sdcard-sounds-%LANGUAGE%");
5555

5656
qDebug() << "Asset settings initialised";
5757
}

0 commit comments

Comments
 (0)