mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-02-28 14:33:36 +01:00
Fix for jip's Arch Linux
This commit is contained in:
parent
c067d14c2c
commit
cfc6e5cd2a
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user