Remove the java icon on macOS dock. (#1370)

This commit is contained in:
せいうはん 2020-05-17 18:49:21 +08:00 committed by GitHub
parent 3b34d9f832
commit 2217f82d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ void VPlantUMLHelper::prepareCommand(QString &p_program,
p_args << "java";
#endif
p_args << "-jar" << (p_jar.isEmpty() ? g_config->getPlantUMLJar() : p_jar);
p_args << "-Djava.awt.headless=true -jar" << (p_jar.isEmpty() ? g_config->getPlantUMLJar() : p_jar);
p_args << "-charset" << "UTF-8";
/*