Little cleanup

This commit is contained in:
David Hrdlička
2025-08-21 16:51:10 +02:00
committed by GitHub
parent 979d772ffe
commit eb8ba6a4d8

View File

@@ -625,9 +625,6 @@ main(int argc, char *argv[])
return 6;
}
if (!start_vmm)
pc_init_modules();
if (start_vmm) {
// VMManagerMain vmm;
// // Hackish until there is a proper solution
@@ -641,6 +638,8 @@ main(int argc, char *argv[])
return 0;
}
pc_init_modules();
// UUID / copy / move detection
if(!util::compareUuid()) {
QMessageBox movewarnbox;