diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 18:13:41 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 18:13:41 -0400 |
| commit | 6c76c81b4832cbc3de5eeea7547f22db3c1c4bd7 (patch) | |
| tree | 919d9822c607e698dd09c03d71a8f769110cdcdf /index.js | |
| parent | 5b10daddd39bd280c219f63b679d92da911f665f (diff) | |
| download | YouTube-TV-Client-6c76c81b4832cbc3de5eeea7547f22db3c1c4bd7.tar.gz YouTube-TV-Client-6c76c81b4832cbc3de5eeea7547f22db3c1c4bd7.tar.bz2 YouTube-TV-Client-6c76c81b4832cbc3de5eeea7547f22db3c1c4bd7.zip | |
Added icon to electron
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ const URL = "https://youtube.com/tv" function createWindow() { const win = new BrowserWindow({ fullscreen: true, - autoHideMenuBar: true + autoHideMenuBar: true, + icon: __dirname + "/build/icon.png" }) win.loadURL(URL); |
