mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-02 03:20:05 +00:00
Fix formatting for high_privilege_warning
This commit is contained in:
parent
923dad4e2e
commit
6408e1b876
5 changed files with 23 additions and 17 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue