Save a fullScreen state for Kiosk mode
This commit is contained in:
parent
9ff1f6bbde
commit
436a6d5c0f
2 changed files with 5 additions and 1 deletions
|
@ -162,6 +162,8 @@ class NativeWindowMac : public NativeWindow,
|
|||
|
||||
bool is_kiosk_;
|
||||
|
||||
bool was_fullscreen_;
|
||||
|
||||
bool zoom_to_page_width_;
|
||||
|
||||
NSInteger attention_request_id_; // identifier from requestUserAttention
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue