diff options
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r-- | src/player-controller.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala index 88dc3a7..dfbf6d3 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -110,6 +110,7 @@ public class PlayerController : GLib.Object if(this.current_state != CONNECTED){ visibility = false; } + debug("about the set the visibility on both the transport and metadata widget to %s", visibility.to_string()); this.custom_items[TRANSPORT].property_set_bool(MENUITEM_PROP_VISIBLE, visibility); this.custom_items[METADATA].property_set_bool(MENUITEM_PROP_VISIBLE, visibility); } |