1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-23 13:33:50 +03:00

settingsdialog:specify POSITIVE hideinterval

This commit is contained in:
Michail Vourlakos 2021-05-01 16:48:26 +03:00
parent faa79dfc75
commit ed57e2146e

View File

@ -98,6 +98,7 @@ void GenericDialog::showInlineMessage(const QString &msg, const KMessageWidget::
} else if (type == KMessageWidget::Information) {
hideInterval = (actions.count() == 0 ? INFORMATIONINTERVAL : INFORMATIONWITHACTIONINTERVAL);
} else if (type == KMessageWidget::Positive) {
hideInterval = POSITIVEINTERVAL;
}
}