disable Griffon thread management globally. Fixes issue #88

auto-update
Zlatin Balevsky 2021-10-16 20:42:05 +01:00
parent 34439aca26
commit b2864db18f
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ application {
autoShutdown = false
}
griffon.disable.threading.injection = true
mvcGroups {
'EventList' {
model = 'com.muwire.gui.EventListModel'