mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
icon for screenshare app
This commit is contained in:
parent
b4135e2655
commit
90b58ebeba
2 changed files with 1 additions and 0 deletions
BIN
screenshare/src/resources/interface.png
Normal file
BIN
screenshare/src/resources/interface.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 658 B |
|
@ -54,6 +54,7 @@ function createWindow(){
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true
|
nodeIntegration: true
|
||||||
},
|
},
|
||||||
|
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
|
// TODO: Update this code once we have CMAKE copying a png from
|
||||||
|
|
Loading…
Reference in a new issue