fix: setContentProtection(true)
after hide on Windows (#45889)
fix: content protection after hide on Windows
5789117
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
179fde9278
commit
6eb4932c68
8 changed files with 60 additions and 11 deletions
|
@ -116,6 +116,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
double GetOpacity() const override;
|
||||
void SetIgnoreMouseEvents(bool ignore, bool forward) override;
|
||||
void SetContentProtection(bool enable) override;
|
||||
bool IsContentProtected() const override;
|
||||
void SetFocusable(bool focusable) override;
|
||||
bool IsFocusable() const override;
|
||||
void SetMenu(ElectronMenuModel* menu_model) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue