mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-24 23:20:09 +08:00
update variable properties
This commit is contained in:
parent
c2821a7702
commit
29b27c070b
@ -33,9 +33,9 @@ class MiraiGraphicalUIController : Controller(), MiraiConsoleUI {
|
|||||||
val botList = observableListOf<BotModel>()
|
val botList = observableListOf<BotModel>()
|
||||||
val pluginList: ObservableList<PluginModel> by lazy(::getPluginsFromConsole)
|
val pluginList: ObservableList<PluginModel> by lazy(::getPluginsFromConsole)
|
||||||
|
|
||||||
val consoleInfo = ConsoleInfo()
|
private val consoleInfo = ConsoleInfo()
|
||||||
|
|
||||||
val sdf by lazy {
|
private val sdf by lazy {
|
||||||
SimpleDateFormat("HH:mm:ss")
|
SimpleDateFormat("HH:mm:ss")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -111,7 +111,6 @@ internal object CoreUpdater {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user