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:
parent
faa79dfc75
commit
ed57e2146e
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user