diff --git a/include/webui.hpp b/include/webui.hpp index 442004b2..ead9466a 100644 --- a/include/webui.hpp +++ b/include/webui.hpp @@ -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.