From 4554f19a4a813f05620b6ee948537cdae080b145 Mon Sep 17 00:00:00 2001 From: Andre Bernet Date: Wed, 1 Feb 2017 21:10:31 +0100 Subject: [PATCH] Screenshot SF currently unsupported on Horus --- companion/src/modeledit/customfunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/companion/src/modeledit/customfunctions.cpp b/companion/src/modeledit/customfunctions.cpp index 273c6e6f4..fe5251a2c 100644 --- a/companion/src/modeledit/customfunctions.cpp +++ b/companion/src/modeledit/customfunctions.cpp @@ -633,6 +633,7 @@ void CustomFunctionsPanel::populateFuncCB(QComboBox *b, unsigned int value) ((i==FuncPlayBoth) && !firmware->getCapability(HasBeeper)) || ((i==FuncLogs) && !firmware->getCapability(HasSDLogs)) || ((i==FuncSetTimer3) && firmware->getCapability(Timers) < 3) || + ((i==FuncScreenshot) && IS_HORUS(firmware->getBoard())) || ((i>=FuncRangeCheckInternalModule && i<=FuncBindExternalModule) && (!model || !firmware->getCapability(DangerousFunctions))) || ((i>=FuncAdjustGV1 && i<=FuncAdjustGVLast) && !firmware->getCapability(Gvars)) ) { -- 2.11.4.GIT