Set the session to dirty if the server CUI is changed.

This commit is contained in:
Matthew Miller 2018-08-19 10:46:46 +10:00
parent eba91cac5f
commit 41c307a4b5

View File

@ -624,6 +624,7 @@ public class LocalSession {
public void setUseServerCUI(boolean useServerCUI) {
this.useServerCUI = useServerCUI;
setDirty();
}
/**