From ebf378cda0bd6832d9070cf1597d5ea12b206155 Mon Sep 17 00:00:00 2001 From: Eran Mizrahi Date: Sun, 10 Dec 2017 23:45:20 +0200 Subject: Turn on application icon for executables by default --- src/executableslist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/executableslist.cpp') 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); } } -- cgit v1.3.1