mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
Remove the java icon on macOS dock. (#1370)
This commit is contained in:
parent
3b34d9f832
commit
2217f82d32
@ -73,7 +73,7 @@ void VPlantUMLHelper::prepareCommand(QString &p_program,
|
|||||||
p_args << "java";
|
p_args << "java";
|
||||||
#endif
|
#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";
|
p_args << "-charset" << "UTF-8";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user