Show update on repeat option only if repeat is selected

This commit is contained in:
WarmUpTill
2022-04-15 15:51:21 +02:00
committed by WarmUpTill
parent e26f41a1a8
commit 9105087036
2 changed files with 8 additions and 4 deletions

View File

@@ -120,6 +120,7 @@ protected:
QHBoxLayout *_simpleLayout;
QHBoxLayout *_advancedLayout;
QVBoxLayout *_repeatLayout;
QHBoxLayout *_repeatUpdateLayout;
std::shared_ptr<MacroConditionDate> _entryData;