From 050309749476aaa07afb00e7160abb4e5e693dcb Mon Sep 17 00:00:00 2001 From: Tom Tanner Date: Sat, 18 Jul 2015 10:44:49 +0100 Subject: Allow user to select app icon or mo icon for generated shortcuts Also fixes 'x' for toolbar not disappearing when it should Issue 701 --- src/executableslist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/executableslist.h') diff --git a/src/executableslist.h b/src/executableslist.h index cf2fbac3..8eda38f5 100644 --- a/src/executableslist.h +++ b/src/executableslist.h @@ -41,6 +41,7 @@ struct Executable { bool m_Custom; bool m_Toolbar; + bool m_UseOwnIcon; }; @@ -121,7 +122,7 @@ public: **/ void addExecutable(const QString &title, const QString &executableName, const QString &arguments, const QString &workingDirectory, MOBase::ExecutableInfo::CloseMOStyle closeMO, const QString &steamAppID, - bool custom, bool toolbar, int pos = -1); + bool custom, bool toolbar, bool ownicon); /** * @brief change position of an executable which is expected to exist -- cgit v1.3.1