mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-12 09:48:55 +00:00
ui + node: initial node settings, node controls, fix node restart stats, update translations
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user