1
0
forked from GRIN/grim

gui: refactor navigator, add back button handling on android

This commit is contained in:
ardocrat
2023-05-23 23:45:16 +03:00
parent 22c5b945c6
commit 1a7de809c5
10 changed files with 142 additions and 111 deletions
-1
View File
@@ -163,7 +163,6 @@ impl NetworkTab for NetworkNode {
[false, false, true, false]);
});
columns[1].vertical_centered(|ui| {
let ts = stats.chain_stats.latest_timestamp;
View::rounded_box(ui,
stats.peer_count.to_string(),
t!("peers"),