mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-03 20:32:08 -04:00
Set window title
This commit is contained in:
@@ -27,6 +27,7 @@ export default class StreamWindow extends EventEmitter {
|
|||||||
|
|
||||||
init() {
|
init() {
|
||||||
const win = new BrowserWindow({
|
const win = new BrowserWindow({
|
||||||
|
title: 'Streamwall',
|
||||||
width: WIDTH,
|
width: WIDTH,
|
||||||
height: HEIGHT,
|
height: HEIGHT,
|
||||||
backgroundColor: '#000',
|
backgroundColor: '#000',
|
||||||
|
|||||||
Reference in New Issue
Block a user