endSessionDialog: Fix DialogContent const
Fallout from commit 0258c7a518
...
This commit is contained in:
parent
93205eefb9
commit
a4c1b55111
@ -140,10 +140,10 @@ const DialogType = {
|
||||
};
|
||||
|
||||
const DialogContent = {
|
||||
DialogType.LOGOUT: logoutDialogContent,
|
||||
DialogType.SHUTDOWN: shutdownDialogContent,
|
||||
DialogType.RESTART: restartDialogContent,
|
||||
DialogType.UPDATE_RESTART: restartInstallDialogContent
|
||||
0 /* DialogType.LOGOUT */: logoutDialogContent,
|
||||
1 /* DialogType.SHUTDOWN */: shutdownDialogContent,
|
||||
2 /* DialogType.RESTART */: restartDialogContent,
|
||||
3 /* DialogType.UPDATE_RESTART */: restartInstallDialogContent
|
||||
};
|
||||
|
||||
const MAX_USERS_IN_SESSION_DIALOG = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user