From 4e2c254717c63dd215b05717bc90f0f62f978a5d Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Thu, 7 Sep 2023 20:18:51 +0200 Subject: [PATCH] Set commercial duration suffix to "s" to inidicate unit is in seconds --- src/macro-external/twitch/macro-action-twitch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/macro-external/twitch/macro-action-twitch.cpp b/src/macro-external/twitch/macro-action-twitch.cpp index c074f501..fd29241f 100644 --- a/src/macro-external/twitch/macro-action-twitch.cpp +++ b/src/macro-external/twitch/macro-action-twitch.cpp @@ -173,6 +173,7 @@ MacroActionTwitchEdit::MacroActionTwitchEdit( { _text->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred); + _duration->SpinBox()->setSuffix("s"); populateActionSelection(_actions); QWidget::connect(_actions, SIGNAL(currentIndexChanged(int)), this,