mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 23:42:58 +02:00
removed icon log
This commit is contained in:
parent
90b58ebeba
commit
d664b9e118
1 changed files with 0 additions and 4 deletions
|
@ -57,10 +57,6 @@ function createWindow(){
|
|||
icon: __dirname + `/resources/interface.png`,
|
||||
skipTaskbar: false,
|
||||
title: "Screen share"
|
||||
// TODO: Update this code once we have CMAKE copying a png from
|
||||
// `<hifi repo root>/interface/icon/interface.png` into the same directory
|
||||
// as the screenshare executable during a post-build step
|
||||
//icon: "hifi-screenshare-icon.png"
|
||||
});
|
||||
window.loadURL('file://' + __dirname + '/screenshareApp.html');
|
||||
window.setMenu(null);
|
||||
|
|
Loading…
Reference in a new issue