mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-25 15:37:49 +00:00
Added back scanning in BHT TX
Added file creation date display in File Manager
This commit is contained in:
@@ -531,7 +531,9 @@ ProgressBar::ProgressBar(
|
||||
void ProgressBar::set_max(const uint32_t max) {
|
||||
if (max == _max) return;
|
||||
|
||||
_value = 0;
|
||||
if (_value > _max)
|
||||
_value = _max;
|
||||
|
||||
_max = max;
|
||||
set_dirty();
|
||||
}
|
||||
|
Reference in New Issue
Block a user