update 'Launch time' when refreshing stats

This commit is contained in:
ansuz 2022-08-24 14:40:02 +05:30
parent 65584410e4
commit 843139a256

View file

@ -1603,7 +1603,7 @@ define([
$div.append(pre);
onRefreshStats.reg(function () {
set();
APP.updateStatus(set);
});
return $div;
};