Skip to content

Plugin for NodeGUI to hide macOS title bar and leave only traffic lights.

Notifications You must be signed in to change notification settings

nodegui/nodegui-plugin-title-bar

Repository files navigation

@nodegui/plugin-title-bar

npm version

Plugin for NodeGUI to hide macOS title bar and leave only traffic lights.

Installation

npm install @nodegui/plugin-title-bar

Usage

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

const window = new QMainWindow()
window.show()
setTitleBarStyle(window.native, 'hidden') // or hiddenInset
global.win = window // Prevents window from being garbage collected

About

Plugin for NodeGUI to hide macOS title bar and leave only traffic lights.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •