mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 11:13:37 +02:00
remove detection of stack manager content
This commit is contained in:
parent
dfdea79525
commit
39237707a4
1 changed files with 0 additions and 4 deletions
|
@ -545,10 +545,6 @@ function maybeShowSplash() {
|
|||
}
|
||||
}
|
||||
|
||||
function detectExistingStackManagerResources() {
|
||||
return false;
|
||||
}
|
||||
|
||||
const trayFilename = (osType == "Darwin" ? "console-tray-Template.png" : "console-tray.png");
|
||||
const trayIcon = path.join(__dirname, '../resources/' + trayFilename);
|
||||
|
||||
|
|
Loading…
Reference in a new issue