fix(App): do not set mColors to null on app restart (avoid crash)

This commit is contained in:
Ronan Abhamon 2018-07-31 10:49:38 +02:00
parent f49c4236d3
commit d0b2113ddb

View file

@ -166,7 +166,6 @@ void App::initContentApp () {
delete mEngine;
mNotifier = nullptr;
mColors = nullptr;
mSystemTrayIcon = nullptr;
CoreManager::uninit();