diff --git a/UI/auth-twitch.cpp b/UI/auth-twitch.cpp index c93df0717df3ffe1739fb817c5adab7c2b70d934..dcec3646f4add456136cf3128975ef8580eb8366 100644 --- a/UI/auth-twitch.cpp +++ b/UI/auth-twitch.cpp @@ -365,7 +365,7 @@ void TwitchAuth::LoadSecondaryUIPanes() uint32_t lastVersion = config_get_int(App()->GlobalConfig(), "General", "LastVersion"); - if (lastVersion < MAKE_SEMANTIC_VERSION(23, 1, 0)) { + if (lastVersion <= MAKE_SEMANTIC_VERSION(23, 0, 2)) { feed->setVisible(false); }