mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-14 09:56:37 -04:00
fix build
(cherry picked from commit 73c77ba9a0eec9832b3748bc56a5dd286c12fec7)
This commit is contained in:
parent
7402632650
commit
4cea3d9bc2
@ -76,7 +76,7 @@ object DesktopUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun initialize() {
|
fun initialize() {
|
||||||
System.setProperty("java.awt.headless", false#.toString())
|
System.setProperty("java.awt.headless", false.toString())
|
||||||
if (Taskbar.isTaskbarSupported()) {
|
if (Taskbar.isTaskbarSupported()) {
|
||||||
Taskbar.getTaskbar().initialize()
|
Taskbar.getTaskbar().initialize()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user