show a warning that MW will continue running

This commit is contained in:
Zlatin Balevsky
2019-10-23 08:31:23 +01:00
parent 439b3bf18b
commit decb72c8ef
6 changed files with 147 additions and 17 deletions

View File

@@ -66,4 +66,9 @@ mvcGroups {
view = 'com.muwire.gui.BrowseView'
controller = 'com.muwire.gui.BrowseController'
}
'close-warning' {
model = 'com.muwire.gui.CloseWarningModel'
view = 'com.muwire.gui.CloseWarningView'
controller = 'com.muwire.gui.CloseWarningController'
}
}