mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-02-28 22:43:38 +01:00
Fix for jip's Arch Linux
This commit is contained in:
parent
c067d14c2c
commit
cfc6e5cd2a
@ -44,7 +44,11 @@ fun serverSetup() {
|
|||||||
makeDataBaseTables()
|
makeDataBaseTables()
|
||||||
|
|
||||||
// create system tray
|
// create system tray
|
||||||
|
try {
|
||||||
systemTray
|
systemTray
|
||||||
|
} catch (e: Exception) {
|
||||||
|
e.printStackTrace()
|
||||||
|
}
|
||||||
|
|
||||||
// Load config API
|
// Load config API
|
||||||
DI.global.addImport(ConfigKodeinModule().create())
|
DI.global.addImport(ConfigKodeinModule().create())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user