Add update notification window

This commit is contained in:
Zlatin Balevsky
2019-10-31 20:51:09 +00:00
parent f7e28e04f6
commit 2429bbf59e
8 changed files with 125 additions and 13 deletions

View File

@@ -76,4 +76,9 @@ mvcGroups {
view = 'com.muwire.gui.CloseWarningView'
controller = 'com.muwire.gui.CloseWarningController'
}
'update' {
model = 'com.muwire.gui.UpdateModel'
view = 'com.muwire.gui.UpdateView'
controller = 'com.muwire.gui.UpdateController'
}
}