Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongGino authored May 11, 2024
1 parent 229df0e commit 59fc2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guiwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ guiWindow::guiWindow(QWidget *parent)
{
ui->setupUi(this);

#ifdef Q_OS_UNIX
#if !defined(Q_OS_MAC) && !defined(Q_OS_WIN)
if(qEnvironmentVariable("USER") != "root") {
QProcess *externalProg = new QProcess;
QStringList args;
Expand Down

0 comments on commit 59fc2fa

Please sign in to comment.