A NeutralinoJS Application Template With Custom TitleBar
If you've not already installed neu cli then do it using this command npm install -g @neutralinojs/neu.
After installing neu cli make a new project with this template using this command:
git clone https://github.com/DEVLOPRR/NeutralinoJs-Custom-Titlebar myapp
cd myapp
npx neu updateAnd make sure to replace myapp in the command with your app name.