fix suspected copypaste error

This commit is contained in:
Peter G. (nephros) 2021-05-02 11:57:51 +02:00
parent 91d8974b06
commit 9ef6d73a73

View file

@ -91,7 +91,7 @@ void Settings::setHighNotificationsInterval(const int newInterval) {
void Settings::setLowNotificationsInterval(const int newInterval) {
if(saveInteger(sLowNotificationsInterval, newInterval, lowNotificationsInterval)) {
emit highNotificationsIntervalChanged(lowNotificationsInterval);
emit lowNotificationsIntervalChanged(lowNotificationsInterval);
}
}