1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Kuhnovic 7bbb6bcbf1
Merge 8602109988 into 1d21edde8d 2025-07-21 04:50:04 +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()
{
#ifdef SURVEY_KEY
return true;
#else
return false;
#endif
}
private: