remove detection of stack manager content

This commit is contained in:
Stephen Birarda 2016-01-19 15:45:15 -08:00 committed by Ryan Huffman
parent dfdea79525
commit 39237707a4

View file

@ -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);