mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
Added WebExitReason_ErrorDialog.
This commit is contained in:
parent
4160622165
commit
c193337d9b
@ -26,6 +26,7 @@ typedef enum {
|
|||||||
WebExitReason_BackButton = 0x1, ///< User pressed the B button to exit, on the initial page.
|
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_Requested = 0x2, ///< The applet exited since \ref webConfigRequestExit was used.
|
||||||
WebExitReason_LastUrl = 0x3, ///< The applet exited due to LastUrl handling, see \ref webReplyGetLastUrl.
|
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;
|
} WebExitReason;
|
||||||
|
|
||||||
/// Struct for the WebWifi applet input storage.
|
/// Struct for the WebWifi applet input storage.
|
||||||
|
Loading…
Reference in New Issue
Block a user