UI: Fix "What's New" showing again each patch version

This commit is contained in:
jp9000
2019-03-07 17:06:56 -08:00
parent 4314a085be
commit 3d63907976
+1 -1
View File
@@ -1905,7 +1905,7 @@ void OBSBasic::ReceivedIntroJson(const QString &text)
#if OBS_RELEASE_CANDIDATE > 0
if (lastVersion < OBS_RELEASE_CANDIDATE_VER) {
#else
if (lastVersion < LIBOBS_API_VER) {
if ((lastVersion & ~0xFFFF) < (LIBOBS_API_VER & ~0xFFFF)) {
#endif
config_set_int(App()->GlobalConfig(), "General",
"InfoIncrement", -1);