update main menu, app dialog, update dialog

This commit is contained in:
rlx 2016-01-13 09:46:48 +05:30
commit 5f37f27b9d
6 changed files with 34 additions and 17 deletions

View file

@ -36,7 +36,7 @@ oml.ui.appPanel = function() {
}
// open dialog
if (Ox.contains([
'welcome', 'app', 'preferences', 'users',
'welcome', 'app', 'update', 'preferences', 'users',
'notifications', 'transfers', 'help'
], page)) {
oml.$ui[page + 'Dialog'] = oml.ui[page + 'Dialog']().open();