Skip to content

Commit

Permalink
fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColorRed committed Oct 31, 2024
1 parent 67cc10d commit 9a818a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/core/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ pub struct WindowInner {
fullscreen: Cell<bool>,
maximized: Cell<bool>,
minimized: Cell<bool>,
window_button_state: Cell<WindowButtonState>,

/// Stack of currently active popups
active_popups: RefCell<Vec<PopupWindow>>,
Expand Down

0 comments on commit 9a818a7

Please sign in to comment.