virtual display, linux, debug

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-29 20:25:41 +08:00
parent bcf08ba26d
commit c944d6093d
3 changed files with 72 additions and 19 deletions

View File

@@ -294,10 +294,10 @@ class FfiModel with ChangeNotifier {
} else if (type == 'input-password') {
enterPasswordDialog(id, dialogManager);
} else if (type == 'xsession-login' || type == 'xsession-re-login') {
// to-do
enterUserLoginDialog(id, dialogManager);
} else if (type == 'xsession-login-password' ||
type == 'xsession-login-password') {
// to-do
enterUserLoginAndPasswordDialog(id, dialogManager);
} else if (type == 'restarting') {
showMsgBox(id, type, title, text, link, false, dialogManager,
hasCancel: false);