From 91341fa7597c497890cbc39c39cb2cf5142bc3d5 Mon Sep 17 00:00:00 2001 From: Andre Bernet Date: Mon, 18 Jan 2016 14:41:31 +0100 Subject: [PATCH] Companion looking for custom scripts at the wrong place (fix #3237) --- companion/src/modeledit/customfunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion/src/modeledit/customfunctions.cpp b/companion/src/modeledit/customfunctions.cpp index 7438c6b2e..762bb8bbe 100644 --- a/companion/src/modeledit/customfunctions.cpp +++ b/companion/src/modeledit/customfunctions.cpp @@ -70,7 +70,7 @@ CustomFunctionsPanel::CustomFunctionsPanel(QWidget * parent, ModelData * model, s1.report("get tracks"); if (IS_TARANIS(firmware->getBoard())) { - scriptsSet = getFilesSet(g.profile[g.id()].sdPath() + "/SCRIPTS", QStringList() << "*.lua", firmware->getCapability(VoicesMaxLength)); + scriptsSet = getFilesSet(g.profile[g.id()].sdPath() + "/SCRIPTS/FUNCTIONS", QStringList() << "*.lua", firmware->getCapability(VoicesMaxLength)); for (int i=0; i