Remove the message

This commit is contained in:
whyydk 2026-03-31 12:52:23 +02:00
parent 9a0dcb28b2
commit 4e6ff317dd

View File

@ -128,8 +128,6 @@ void ConfigureStorage::MigrateFolder(const QString& from, const QString& dest) {
}
if (!source_has_content) {
QMessageBox::information(this, tr("Migration"),
tr("The source directory is empty. No data to migrate."));
return;
}