Merge pull request #41 from nephros/trivial

fix suspected copypaste error
This commit is contained in:
Matti Viljanen 2021-05-02 13:02:39 +03:00 committed by GitHub
commit 54cbd89efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);
}
}