mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
GUI: fixed that server's lobby do not remember divider position after app restart (tables, matches and chat sizes)
This commit is contained in:
parent
f78177a540
commit
f0c38cdb87
7 changed files with 36 additions and 32 deletions
|
|
@ -39,7 +39,7 @@ public class SimpleMageClient implements MageClient {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void disconnected(boolean askToReconnect) {
|
||||
public void disconnected(boolean askToReconnect, boolean keepMySessionActive) {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue