Little cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user