Skip to content

Bunch of fixes and improvements

Jakub Ziebinski requested to merge jziebinski/bug-fixes into develop

Things done in this MR:

  1. Fixed the situation where an AccountNotFoundError error appeared when adding/deleting some account.
  2. The hard-coded alarm refresh rate, which was accidentally changed during some rebase, has been replaced with the value from the settings
  3. Fixed a bug in DynamicLabel when a single parameter callback did not trigger the label update because it was called with old_value instead of value.

Merge request reports