Skip to content
Snippets Groups Projects
Commit c0870e23 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Fix playout status icon visibility

parent bfd3cd1c
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ public class PlayoutLogStatusIconListener implements LogSessionListener, MainWin ...@@ -24,6 +24,7 @@ public class PlayoutLogStatusIconListener implements LogSessionListener, MainWin
public void onInit(IMainViewController mainViewControllerListener) { public void onInit(IMainViewController mainViewControllerListener) {
// LogIcon // LogIcon
logIcon = new FontIcon(FontAwesomeType.LIST); logIcon = new FontIcon(FontAwesomeType.LIST);
logIcon.setVisible(false);
mainViewControllerListener.performLayoutDependedAction((oldToolbar, newToolbar) -> { mainViewControllerListener.performLayoutDependedAction((oldToolbar, newToolbar) -> {
if (oldToolbar != null) { if (oldToolbar != null) {
oldToolbar.removeToolbarItem(logIcon); oldToolbar.removeToolbarItem(logIcon);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment