1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Kuhnovic 2a7adf39a3
Merge 8602109988 into b8e56cd05d 2025-07-19 04:45:24 +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: