From eb8ba6a4d8e593010410d020bdee8a5a40b6f7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= <13226155+dhrdlicka@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:51:10 +0200 Subject: [PATCH] Little cleanup --- src/qt/qt_main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/qt/qt_main.cpp b/src/qt/qt_main.cpp index 200ef3b20..d35a09b45 100644 --- a/src/qt/qt_main.cpp +++ b/src/qt/qt_main.cpp @@ -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;