mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: remove visibleOnFullscreen option (#21706)
This commit is contained in:
@@ -117,8 +117,7 @@ class NativeWindowMac : public NativeWindow {
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
const std::string& description) override;
|
||||
|
||||
void SetVisibleOnAllWorkspaces(bool visible,
|
||||
bool visibleOnFullScreen) override;
|
||||
void SetVisibleOnAllWorkspaces(bool visible) override;
|
||||
bool IsVisibleOnAllWorkspaces() override;
|
||||
|
||||
void SetAutoHideCursor(bool auto_hide) override;
|
||||
|
||||
Reference in New Issue
Block a user