set default values

This commit is contained in:
Revela
2026-03-12 05:19:39 -05:00
parent 3caa5713e5
commit b1c44c33bd

View File

@@ -9,5 +9,5 @@ const wstring ClientConstants::BRANCH_STRING = VER_BRANCHVERSION_STR_W;
#ifdef VER_SHOW_VERSION_WATERMARK
const bool ClientConstants::SHOW_VERSION_WATERMARK = (VER_SHOW_VERSION_WATERMARK != 0);
#else
const bool ClientConstants::SHOW_VERSION_WATERMARK = true;
const bool ClientConstants::SHOW_VERSION_WATERMARK = false;
#endif