FIX:disable the send button if not on same LAN

Change-Id: I730fc3b14ab048b4336c0164f775f870a9b171b8
This commit is contained in:
tao wang 2022-10-17 16:31:58 +08:00 committed by Lane.Wei
parent 4928ef31b8
commit 3992e25c93
2 changed files with 15 additions and 2 deletions

View file

@ -253,7 +253,8 @@ enum PrintDialogStatus {
PrintStatusSendingCanceled,
PrintStatusLanModeNoSdcard,
PrintStatusNoSdcard,
PrintStatusTimelapseNoSdcard
PrintStatusTimelapseNoSdcard,
PrintStatusNotOnTheSameLAN
};
std::string get_print_status_info(PrintDialogStatus status);