mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-15 16:22:34 +01:00
Fix for jip's Arch Linux
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user