feat: remove visibleOnFullscreen option (#21706)
This commit is contained in:
parent
48ae7552f6
commit
2858471151
8 changed files with 9 additions and 24 deletions
|
@ -123,8 +123,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
void SetMenuBarVisibility(bool visible) override;
|
||||
bool IsMenuBarVisible() override;
|
||||
|
||||
void SetVisibleOnAllWorkspaces(bool visible,
|
||||
bool visibleOnFullScreen) override;
|
||||
void SetVisibleOnAllWorkspaces(bool visible) override;
|
||||
|
||||
bool IsVisibleOnAllWorkspaces() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue