提交 eb672d77 编写于 作者: J jp9000

UI: Fix act. feed version hide check to <= 23.0.2

上级 b1f04a47
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册