提交 81354a99 编写于 作者: J jp9000

UI: Hide act. feed by default if prev ver below 23.1

上级 a4f602b1
......@@ -365,8 +365,7 @@ void TwitchAuth::LoadSecondaryUIPanes()
uint32_t lastVersion = config_get_int(App()->GlobalConfig(), "General",
"LastVersion");
if (lastVersion == MAKE_SEMANTIC_VERSION(23, 0, 0) ||
lastVersion == MAKE_SEMANTIC_VERSION(23, 0, 1)) {
if (lastVersion < MAKE_SEMANTIC_VERSION(23, 1, 0)) {
feed->setVisible(false);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册