mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
fix: crash when exiting simple fullscreen on macOS (#20144)
This commit is contained in:
@@ -161,7 +161,7 @@ class NativeWindowMac : public NativeWindow {
|
||||
AtomTouchBar* touch_bar() const { return touch_bar_.get(); }
|
||||
bool zoom_to_page_width() const { return zoom_to_page_width_; }
|
||||
bool fullscreen_window_title() const { return fullscreen_window_title_; }
|
||||
bool simple_fullscreen() const { return always_simple_fullscreen_; }
|
||||
bool always_simple_fullscreen() const { return always_simple_fullscreen_; }
|
||||
|
||||
protected:
|
||||
// views::WidgetDelegate:
|
||||
|
||||
Reference in New Issue
Block a user