Bunch of fixes and improvements
Things done in this MR:
- Fixed the situation where an
AccountNotFoundError
error appeared when adding/deleting some account. - The hard-coded alarm refresh rate, which was accidentally changed during some rebase, has been replaced with the value from the settings
- Fixed a bug in
DynamicLabel
when a single parameter callback did not trigger the label update because it was called withold_value
instead ofvalue
.