summaryrefslogtreecommitdiff
path: root/src/executableslist.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2017-12-11 09:53:28 -0600
committerGitHub <noreply@github.com>2017-12-11 09:53:28 -0600
commit361e59e40d7e955eaaaa1cf4dd4f407a5ca7cdef (patch)
treeacf1d06bc6f90c4571ba4783380c7e7b33e27419 /src/executableslist.cpp
parentbf02d13ed4353ef02d3e5ef0b91931fef59709e6 (diff)
parentad702537bd6dc4eff40dd6b6d51536b2758dca6c (diff)
Merge pull request #140 from erasmux/shortcut_fixes
Shortcut fixes
Diffstat (limited to 'src/executableslist.cpp')
-rw-r--r--src/executableslist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/executableslist.cpp b/src/executableslist.cpp
index 9fe4596c..b1890ac9 100644
--- a/src/executableslist.cpp
+++ b/src/executableslist.cpp
@@ -192,7 +192,7 @@ void ExecutablesList::addExecutableInternal(const QString &title, const QString
newExe.m_Arguments = arguments;
newExe.m_WorkingDirectory = workingDirectory;
newExe.m_SteamAppID = steamAppID;
- newExe.m_Flags = 0;
+ newExe.m_Flags = Executable::UseApplicationIcon;
m_Executables.push_back(newExe);
}
}