This package has been deprecated

Author message:

Package has been renamed to "@nodegui/plugin-title-bar"

nodegui-plugin-title-bar
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

nodegui-plugin-title-bar

Hide macOS title bar and leave only traffic lights.

import { QMainWindow } from '@nodegui/nodegui'
import { setTitleBarStyle } from 'nodegui-plugin-title-bar'

const window = new QMainWindow()
window.show()
setTitleBarStyle(window.native, 'hidden') // or hiddenInset

Readme

Keywords

none

Package Sidebar

Install

npm i nodegui-plugin-title-bar

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

7.83 kB

Total Files

7

Last publish

Collaborators

  • dimitarnestorov