mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-12-24 08:28:49 -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()
|
||||
{
|
||||
conversations.clear();
|
||||
|
||||
// reset defaults
|
||||
conversations.put(ServerInfo.DEFAULT_NAME, new ServerInfo());
|
||||
this.selected = ServerInfo.DEFAULT_NAME;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user