Skip to content

Commit

Permalink
Set the session to dirty if the server CUI is changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Aug 19, 2018
1 parent eba91ca commit 41c307a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -624,6 +624,7 @@ public boolean shouldUseServerCUI() {

public void setUseServerCUI(boolean useServerCUI) {
this.useServerCUI = useServerCUI;
setDirty();
}

/**
Expand Down

0 comments on commit 41c307a

Please sign in to comment.