mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Update webui.hpp
This commit is contained in:
parent
29694c40cf
commit
543a0e9ced
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user