1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Kuhnovic 3f5b4aea96
Merge 8602109988 into baced00e9f 2025-07-13 04:47:25 +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: