| 711 | _nativeWindowFrame = value; |
| 712 | } |
| 713 | [[nodiscard]] bool nativeWindowFrame() const { |
| 714 | return _nativeWindowFrame.current(); |
| 715 | } |
| 716 | [[nodiscard]] rpl::producer<bool> nativeWindowFrameChanges() const { |
| 717 | return _nativeWindowFrame.changes(); |
| 718 | } |
no test coverage detected