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