Fix formatting for high_privilege_warning

This commit is contained in:
AdenKoperczak 2024-12-19 17:24:36 -05:00
parent 923dad4e2e
commit 6408e1b876
5 changed files with 23 additions and 17 deletions

View file

@ -85,7 +85,7 @@ int main(int argc, char* argv[])
}
// Test to see if scwx was run with high privilege
std::string appDataPath {
const std::string appDataPath {
QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)
.toStdString()};
@ -99,7 +99,7 @@ int main(int argc, char* argv[])
const int result = dialog.exec();
disableHighPrivilegeWarning = dialog.disable_high_privilege_message();
highPrivilegeChecked = true;
highPrivilegeChecked = true;
if (result == QDialog::Rejected)
{