Set window title

This commit is contained in:
Max Goodhart
2020-06-20 23:34:31 -07:00
parent 19b1c95b30
commit cb3fe8f94b

View File

@@ -27,6 +27,7 @@ export default class StreamWindow extends EventEmitter {
init() {
const win = new BrowserWindow({
title: 'Streamwall',
width: WIDTH,
height: HEIGHT,
backgroundColor: '#000',