From e883cf2359428a46970437d0fa5fee676f130fcd Mon Sep 17 00:00:00 2001 From: Hamish Arblaster Date: Fri, 2 Jul 2021 09:19:55 +1000 Subject: GH-2529 Move data path on macOS to MultiMC.app/Data macOS seems to dislike changing files in the APPBUNDLE.app/Contents directory because it has to re-scan the directory every launch. As a result, large amounts of data there seems to cause freezes of MultiMC. Moving the default location outside of this directory, and thus the data, stops these freezes. There is also a dialogue when the user first opens the app that asks them if they'd like to migrate their data folder, if they select yes it will move it, and if they select no it will not move it and allow them to move it later with an option in settings. --- application/pages/global/MultiMCPage.ui | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'application/pages/global/MultiMCPage.ui') diff --git a/application/pages/global/MultiMCPage.ui b/application/pages/global/MultiMCPage.ui index ea034919..4ad20242 100644 --- a/application/pages/global/MultiMCPage.ui +++ b/application/pages/global/MultiMCPage.ui @@ -157,6 +157,13 @@ + + + + Move MultiMC data to new location (will restart MultiMC) + + + -- cgit