cherry-pick: 2b0c6774c0
This commit is contained in:
@@ -182,6 +182,10 @@ int DlgVersionMigrator::exec()
|
||||
if (App::Application::directories()->usingCustomDirectories()) {
|
||||
return 0;
|
||||
}
|
||||
// Dev builds share a single config directory; skip versioned migration
|
||||
if (App::Application::isDevelopmentVersion()) {
|
||||
return 0;
|
||||
}
|
||||
if (!isCurrentVersionKnown()) {
|
||||
calculateMigrationSize();
|
||||
QDialog::exec();
|
||||
|
||||
Reference in New Issue
Block a user