mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Added WebExitReason_ErrorDialog.
This commit is contained in:
parent
4160622165
commit
c193337d9b
@ -22,10 +22,11 @@ typedef enum {
|
||||
|
||||
/// ExitReason
|
||||
typedef enum {
|
||||
WebExitReason_ExitButton = 0x0, ///< User pressed the X button to exit.
|
||||
WebExitReason_BackButton = 0x1, ///< User pressed the B button to exit, on the initial page.
|
||||
WebExitReason_Requested = 0x2, ///< The applet exited since \ref webConfigRequestExit was used.
|
||||
WebExitReason_LastUrl = 0x3, ///< The applet exited due to LastUrl handling, see \ref webReplyGetLastUrl.
|
||||
WebExitReason_ExitButton = 0x0, ///< User pressed the X button to exit.
|
||||
WebExitReason_BackButton = 0x1, ///< User pressed the B button to exit, on the initial page.
|
||||
WebExitReason_Requested = 0x2, ///< The applet exited since \ref webConfigRequestExit was used.
|
||||
WebExitReason_LastUrl = 0x3, ///< The applet exited due to LastUrl handling, see \ref webReplyGetLastUrl.
|
||||
WebExitReason_ErrorDialog = 0x7, ///< The applet exited after displaying an error dialog.
|
||||
} WebExitReason;
|
||||
|
||||
/// Struct for the WebWifi applet input storage.
|
||||
|
Loading…
Reference in New Issue
Block a user