diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-07 22:24:43 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-15 14:40:40 -0400 |
| commit | cd2fefca1928f374c302c275efcc0bbaf36357bb (patch) | |
| tree | ae0a4ec2f87b549ab5f5ca6e39e2bfcd3339d77e /src/executableslist.cpp | |
| parent | b8199f0c471f2b5ee2b070a96b42ad0040cddf2f (diff) | |
save steam app id, custom overwrite and application icon
custom overwrite directories now set locally, will be written to profile when closing the dialog
Diffstat (limited to 'src/executableslist.cpp')
| -rw-r--r-- | src/executableslist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/executableslist.cpp b/src/executableslist.cpp index 8174eb1b..f592a2b7 100644 --- a/src/executableslist.cpp +++ b/src/executableslist.cpp @@ -67,6 +67,8 @@ void ExecutablesList::load(const MOBase::IPluginGame* game, QSettings& settings) {
qDebug("setting up configured executables");
+ m_Executables.clear();
+
int numCustomExecutables = settings.beginReadArray("customExecutables");
for (int i = 0; i < numCustomExecutables; ++i) {
settings.setArrayIndex(i);
|
