diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-05-03 00:27:28 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-05-03 00:27:28 +0200 |
commit | e1a530f84dce9b4c1b262669157359fbbd436428 (patch) | |
tree | cc372ad70b91977d1f038fe835a139cdf6bfb7d1 /application/MultiMC.cpp | |
parent | c50b3cdeec1ce30de7c67f62f026d689afe6930a (diff) | |
download | PrismLauncher-e1a530f84dce9b4c1b262669157359fbbd436428.tar.gz PrismLauncher-e1a530f84dce9b4c1b262669157359fbbd436428.tar.bz2 PrismLauncher-e1a530f84dce9b4c1b262669157359fbbd436428.zip |
GH-1559 Fix FTB icons
This was caused by separation of GUI and logic. Now logic has an interface that GUI implements.
It should be expanded upon later.
Diffstat (limited to 'application/MultiMC.cpp')
-rw-r--r-- | application/MultiMC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp index b157c83d..c9c7d41b 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -344,6 +344,7 @@ void MultiMC::initIcons() { m_icons->directoryChanged(value.toString()); }); + ENV.registerIconList(m_icons); } |