ui + node: initial node settings, node controls, fix node restart stats, update translations

This commit is contained in:
ardocrat
2023-06-27 02:11:07 +03:00
parent 7f1c6579b1
commit 8fdc2c1e39
14 changed files with 262 additions and 81 deletions
-6
View File
@@ -151,12 +151,6 @@ impl Node {
loop {
if Self::is_restarting() {
// Clean server stats.
{
let mut w_stats = NODE_STATE.stats.write().unwrap();
*w_stats = None;
}
// Stop the server.
server.stop();