summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 15a6eb62..b5e9c320 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -5513,8 +5513,7 @@ void MainWindow::addAsExecutable()
.title(name)
.binaryInfo(binaryInfo)
.arguments(arguments)
- .workingDirectory(targetInfo.absolutePath())
- .flags(Executable::CustomExecutable));
+ .workingDirectory(targetInfo.absolutePath()));
refreshExecutablesList();
}