Skip to content

Commit

Permalink
Upgrade status bar on session lost - Fix #2827 (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Oct 2, 2024
1 parent 0f5a361 commit 186d104
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,7 @@ void sessionLost() {
}

_logout.setEnabled(false);
_statusBar.setText("Logged out");
_showLiveDeploymentFilters.setEnabled(false);
_openApplicationFromRegistry.setEnabled(false);
_showApplicationDetails.setEnabled(false);
Expand Down

0 comments on commit 186d104

Please sign in to comment.