From f0593f3805ac341e6de1899b453c3c4e12a0958e Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 24 Nov 2020 15:07:52 +0800 Subject: [PATCH] UI: Fix Save Replay button staying highlighted --- UI/window-basic-main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 93d932c7..85a08cac 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -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"))); -- GitLab