mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-12-25 00:48:50 -05:00
Server: restore defaults on clearConversations()
This commit is contained in:
parent
ee60c3c386
commit
58bd63debd
@ -258,6 +258,10 @@ public class Server
|
|||||||
public void clearConversations()
|
public void clearConversations()
|
||||||
{
|
{
|
||||||
conversations.clear();
|
conversations.clear();
|
||||||
|
|
||||||
|
// reset defaults
|
||||||
|
conversations.put(ServerInfo.DEFAULT_NAME, new ServerInfo());
|
||||||
|
this.selected = ServerInfo.DEFAULT_NAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user