Add basic support for system icons and custom icons
This commit is contained in:
@@ -223,6 +223,8 @@ int main(int argc, char* argv[]) {
|
||||
QLoggingCategory::defaultCategory()->setEnabled(QtDebugMsg, true);
|
||||
#endif
|
||||
|
||||
IconLoader::Init();
|
||||
|
||||
#ifdef HAVE_TRANSLATIONS
|
||||
QString override_language = options.language();
|
||||
if (override_language.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user