refresh on all

This commit is contained in:
open-trade
2020-11-27 17:34:09 +08:00
parent e881f6ca29
commit 7662ab0a0f
2 changed files with 15 additions and 4 deletions

View File

@@ -168,6 +168,7 @@ class FfiModel with ChangeNotifier {
void handlePeerInfo(Map<String, dynamic> evt, BuildContext context) {
dismissLoading();
_pi.version = evt['version'];
_pi.username = evt['username'];
_pi.hostname = evt['hostname'];
_pi.platform = evt['platform'];
@@ -620,6 +621,7 @@ class Display {
}
class PeerInfo {
String version;
String username;
String hostname;
String platform;