diff --git a/OpenRA.Game/Widgets/Delegates/MusicPlayerDelegate.cs b/OpenRA.Game/Widgets/Delegates/MusicPlayerDelegate.cs index 44d715bc10..d37af5d5c3 100644 --- a/OpenRA.Game/Widgets/Delegates/MusicPlayerDelegate.cs +++ b/OpenRA.Game/Widgets/Delegates/MusicPlayerDelegate.cs @@ -20,7 +20,7 @@ namespace OpenRA.Widgets.Delegates public MusicPlayerDelegate() { var bg = Widget.RootWidget.GetWidget("MUSIC_BG"); - bg.Visible = Game.Settings.MusicPlayer; + //bg.Visible = Game.Settings.MusicPlayer; CurrentSong = GetNextSong(); bg.GetWidget("BUTTON_PLAY").OnMouseUp = mi => diff --git a/mods/ra/chrome/mainmenu.yaml b/mods/ra/chrome/mainmenu.yaml index 91ee4c8149..6c7d0cb44c 100644 --- a/mods/ra/chrome/mainmenu.yaml +++ b/mods/ra/chrome/mainmenu.yaml @@ -100,7 +100,7 @@ Background@MUSIC_BG: Y:WINDOW_BOTTOM - HEIGHT - 20 Width: 300 Height: 210 - Visible: true + Visible: false Children: Button@BUTTON_PLAY: Id:BUTTON_PLAY