diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-10 23:45:20 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2017-12-10 23:45:20 +0200 |
| commit | ebf378cda0bd6832d9070cf1597d5ea12b206155 (patch) | |
| tree | b1dbc93f2ac2cbca6396b58885bc6b9714348f75 /src | |
| parent | d43f35f56bc2d9164b6fe9aa5591eef287bebe07 (diff) | |
Turn on application icon for executables by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/executableslist.cpp | 2 |
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);
}
}
|
