mirror of https://github.com/OpenTTD/OpenTTD
Change: Disable surveys for github previews
parent
bd2430dc94
commit
44204db220
|
@ -36,7 +36,11 @@ public:
|
||||||
|
|
||||||
constexpr static bool IsSurveyPossible()
|
constexpr static bool IsSurveyPossible()
|
||||||
{
|
{
|
||||||
|
#if defined(__EMSCRIPTEN__)
|
||||||
|
return false; // Disable surveys for GitHub previews
|
||||||
|
#else
|
||||||
return true;
|
return true;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue