diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-07-23 16:13:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 16:13:32 +0200 |
commit | 0c466bc530dc7e6da12d678d01677dfb23bdda92 (patch) | |
tree | adc2509a27827dd29d89d4dd6c96d828ca3a23da /application/pages/global/MultiMCPage.ui | |
parent | b902c5cd7814f286a8b850762dc39a6d654300d2 (diff) | |
parent | e883cf2359428a46970437d0fa5fee676f130fcd (diff) | |
download | PrismLauncher-0c466bc530dc7e6da12d678d01677dfb23bdda92.tar.gz PrismLauncher-0c466bc530dc7e6da12d678d01677dfb23bdda92.tar.bz2 PrismLauncher-0c466bc530dc7e6da12d678d01677dfb23bdda92.zip |
Merge pull request #3919 from hamarb123/develop
Stop application freezes on macOS by moving data to MultiMC.app/Data
Diffstat (limited to 'application/pages/global/MultiMCPage.ui')
-rw-r--r-- | application/pages/global/MultiMCPage.ui | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -158,6 +158,13 @@ </widget> </item> <item> + <widget class="QPushButton" name="migrateDataFolderMacBtn"> + <property name="text"> + <string>Move MultiMC data to new location (will restart MultiMC)</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> |