Fix for jip's Arch Linux

This commit is contained in:
Aria Moradi 2021-03-24 19:28:27 +04:30
parent c067d14c2c
commit cfc6e5cd2a

View File

@ -44,7 +44,11 @@ fun serverSetup() {
makeDataBaseTables()
// create system tray
systemTray
try {
systemTray
} catch (e: Exception) {
e.printStackTrace()
}
// Load config API
DI.global.addImport(ConfigKodeinModule().create())