Update webui.hpp

This commit is contained in:
Hassan DRAGA 2023-05-03 19:57:13 -04:00 committed by GitHub
parent 29694c40cf
commit 543a0e9ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,8 +52,8 @@ namespace webui {
}
// Enable/Disable Kiosk Mode (Default=False)
void set_kiosk(void* window, bool kiosk) {
webui_set_kiosk(window, kiosk);
void set_kiosk(void* window, bool status) {
webui_set_kiosk(window, status);
}
// Close all opened windows. wait() will break.