mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 11:17:49 +00:00
re-enable citron migration (#119)
Signed-off-by: swurl <swurl@swurl.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/119 Co-authored-by: swurl <swurl@swurl.xyz> Co-committed-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
28e05a5108
commit
b1b6e0064f
3 changed files with 4 additions and 9 deletions
|
@ -120,13 +120,7 @@ void UserDataMigrator::ShowMigrationPrompt(QMainWindow *main_window)
|
|||
continue;
|
||||
|
||||
QAbstractButton *button = migration_prompt.addButton(iter.key());
|
||||
// TMP: disable citron
|
||||
if (iter.key() == main_window->tr("Citron")) {
|
||||
button->setEnabled(false);
|
||||
button->setToolTip(
|
||||
main_window->tr("Citron migration is known to cause issues. It's recommended "
|
||||
"to manually set up your data again."));
|
||||
}
|
||||
|
||||
buttonMap[iter.key()] = button;
|
||||
promptText.append(main_window->tr("\n- %1").arg(iter.key()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue