1
0
Fork 0

Change: Disable surveys for github previews

pull/14392/head
Koen Bussemaker 2025-06-26 15:31:04 +02:00
parent f23845805a
commit 8602109988
1 changed files with 4 additions and 0 deletions

View File

@ -36,7 +36,11 @@ public:
constexpr static bool IsSurveyPossible()
{
#ifdef SURVEY_KEY
return true;
#else
return false;
#endif
}
private: