show a progress bar while the core loads
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
application {
|
||||
title = 'MuWire'
|
||||
startupGroups = ['EventList']
|
||||
startupGroups = ['EventList', 'MainFrame']
|
||||
autoShutdown = true
|
||||
}
|
||||
|
||||
@@ -11,4 +11,9 @@ mvcGroups {
|
||||
view = 'com.muwire.gui.EventListView'
|
||||
controller = 'com.muwire.gui.EventListController'
|
||||
}
|
||||
'MainFrame' {
|
||||
model = 'com.muwire.gui.MainFrameModel'
|
||||
view = 'com.muwire.gui.MainFrameView'
|
||||
controller = 'com.muwire.gui.MainFrameController'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user