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,