mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 03:19:33 +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`,
|
icon: __dirname + `/resources/interface.png`,
|
||||||
skipTaskbar: false,
|
skipTaskbar: false,
|
||||||
title: "Screen share"
|
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.loadURL('file://' + __dirname + '/screenshareApp.html');
|
||||||
window.setMenu(null);
|
window.setMenu(null);
|
||||||
|
|
Loading…
Reference in a new issue