Skip to content

Commit

Permalink
Change default notification window for new poll from 1 to 8 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Dec 10, 2023
1 parent 6fcd4e9 commit 4946c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/optionsmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void OptionsModel::Init()
fLimitTxnDisplay = settings.value("fLimitTxnDisplay", false).toBool();
fMaskValues = settings.value("fMaskValues", false).toBool();
limitTxnDate = settings.value("limitTxnDate", QDate()).toDate();
pollExpireNotification = settings.value("pollExpireNotification", 1.0).toDouble();
pollExpireNotification = settings.value("pollExpireNotification", 8.0).toDouble();
nReserveBalance = settings.value("nReserveBalance").toLongLong();
language = settings.value("language", "").toString();
walletStylesheet = settings.value("walletStylesheet", "dark").toString();
Expand Down

0 comments on commit 4946c54

Please sign in to comment.