1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Kuhnovic c517cf468a
Merge 8602109988 into 009b7cbc57 2025-07-27 15:05:56 +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: