提交 f0593f38 编写于 作者: M Mike 提交者: Jim

UI: Fix Save Replay button staying highlighted

上级 02f47345
......@@ -8286,7 +8286,6 @@ void OBSBasic::UpdateReplayBuffer(bool activate)
replay.reset(new QPushButton());
replay->setAccessibleName(QTStr("Basic.Main.SaveReplay"));
replay->setToolTip(QTStr("Basic.Main.SaveReplay"));
replay->setCheckable(true);
replay->setChecked(false);
replay->setProperty("themeID",
QVariant(QStringLiteral("replayIconSmall")));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册