mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Revert ""Add temporary code to test for interface paths"""
This reverts commit edd354d109
.
This commit is contained in:
parent
edd354d109
commit
b6877bca57
1 changed files with 0 additions and 4 deletions
|
@ -892,9 +892,6 @@ function onContentLoaded() {
|
||||||
// This method will be called when Electron has finished
|
// This method will be called when Electron has finished
|
||||||
// initialization and is ready to create browser windows.
|
// initialization and is ready to create browser windows.
|
||||||
app.on('ready', function() {
|
app.on('ready', function() {
|
||||||
var paths = pathFinder.searchPaths("interface", binaryType, buildInfo.releaseType);
|
|
||||||
dialog.showMessageBox({type: 'question', buttons: ['Yes', 'No'], title: "Paths", message: paths.join(", ")}, function () {});
|
|
||||||
|
|
||||||
|
|
||||||
if (app.dock) {
|
if (app.dock) {
|
||||||
// hide the dock icon on OS X
|
// hide the dock icon on OS X
|
||||||
|
@ -912,5 +909,4 @@ app.on('ready', function() {
|
||||||
updateTrayMenu(ProcessGroupStates.STOPPED);
|
updateTrayMenu(ProcessGroupStates.STOPPED);
|
||||||
|
|
||||||
maybeInstallDefaultContentSet(onContentLoaded);
|
maybeInstallDefaultContentSet(onContentLoaded);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue