Skip to content

Commit

Permalink
Update SessionContent.java
Browse files Browse the repository at this point in the history
  • Loading branch information
subhra74 authored Feb 7, 2020
1 parent 8990a5a commit 999a061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/snowflake/components/main/SessionContent.java
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ void panelClicked(JPanel panel) {
child.setForeground(Color.WHITE);
}

if(panel.getName().equals(SnowflakePanel.TERMINAL.getName())){
if(panel.getName().equals(SnowFlakePanel.TERMINAL.getName())){
this.terminalHolder.lazyInit();
}else if(panel.getName().equals(SnowflakePanel.FILES.getName())){
}else if(panel.getName().equals(SnowFlakePanel.FILES.getName())){
this.fileComponentHolder.lazyInit();
}

Expand Down

0 comments on commit 999a061

Please sign in to comment.