qt: UUID updates

* Ensure relative paths are properly resolved
* Do not display a mismatch prompt unless the system has configured NICs
This commit is contained in:
cold-brewed
2024-06-28 10:43:19 -04:00
parent 7d18b0ca07
commit 421cbcb165
2 changed files with 26 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ QString currentUuid();
void storeCurrentUuid();
bool compareUuid();
void generateNewMacAdresses();
bool hasConfiguredNICs();
};
#endif