1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Kuhnovic 767b8adce1
Merge 8602109988 into 7546c1acab 2025-07-14 08:03:53 +00:00
Koen Bussemaker 8602109988 Change: Disable surveys for github previews 2025-07-04 19:33:51 +02:00
1 changed files with 4 additions and 0 deletions

View File

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