mirror of https://github.com/zlatinb/muwire
disable Griffon thread management globally. Fixes issue #88
parent
34439aca26
commit
b2864db18f
|
@ -5,6 +5,8 @@ application {
|
|||
autoShutdown = false
|
||||
}
|
||||
|
||||
griffon.disable.threading.injection = true
|
||||
|
||||
mvcGroups {
|
||||
'EventList' {
|
||||
model = 'com.muwire.gui.EventListModel'
|
||||
|
|
Loading…
Reference in New Issue