summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-14 04:30:33 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-15 14:40:40 -0400
commit7671725436551b7254ea89ff6985c5491fcc743d (patch)
tree8b9b36e71e7a5725b912f68dcb9b39db76a4f70d /src/mainwindow.cpp
parent82975a6a38d0807e962b0e4b6cbd76337dc8189c (diff)
removed concept of custom executables, everything is modifiable
added apply button to dialog added reset button that re-adds plugin executables and renames existing ones if needed moved executables files to their filter in visual studio
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();
}