Updated to use newer LibAC instruction to reconnect or disconnect
This commit is contained in:
parent
a393aadada
commit
2ae933b9ad
3 changed files with 7 additions and 4 deletions
|
@ -113,7 +113,9 @@ class HomePageState extends State<HomePage> {
|
|||
C2SUploadSettingsPacket upload = C2SUploadSettingsPacket();
|
||||
upload.srvSettings = settings.serialize();
|
||||
|
||||
settings.client!.send(upload);
|
||||
settings.client!.send(upload, false);
|
||||
|
||||
Navigator.pop(context);
|
||||
},
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue