-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
when using webview on macos with webui, there is no difference between
my_window.set_kiosk(True) # Enable Kiosk mode
and
my_window.set_kiosk(False) # Disable Kiosk mode
I would have assumed that my_window.set_kiosk(True) would disable the hover effect when the mouse is in the menu bar area, which makes turn grey.
Maybe NSWindowStyleMaskBorderless should be used when kiosk is set to true (with Webview on macos and set_kiosk(true))?
https://developer.apple.com/documentation/appkit/nswindow/stylemask-swift.struct/borderless?language=objc
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed