diff --git a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs index ece6c1a..7e11aac 100644 --- a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs +++ b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.Methods.cs @@ -376,6 +376,8 @@ namespace AM2RLauncher HelperMethods.DirectoryCopy(dataPath + "/files_to_copy", profilePath); // HQ music + bool isHqMusicChecked = false; + Application.Instance.Invoke(new Action(() => isHqMusicChecked = (bool)hqMusicPCCheck.Checked)); if (!profile.UsesCustomMusic && (bool)hqMusicPCCheck.Checked) HelperMethods.DirectoryCopy(CrossPlatformOperations.CURRENTPATH + "/PatchData/data/HDR_HQ_in-game_music", profilePath);