Skip to content

Commit ded838b

Browse files
author
Akos Kitta
committed
Fixed the preloadTemplate for electron.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 82df8a6 commit ded838b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arduino-ide-electron/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"editor.autoSave": "on"
4040
}
4141
}
42-
}
43-
},
44-
"generator": {
45-
"config": {
46-
"preloadTemplate": "<div class='theia-preload' style='background-color: rgb(237, 241, 242);'></div>"
42+
},
43+
"generator": {
44+
"config": {
45+
"preloadTemplate": "<div class='theia-preload' style='background-color: rgb(237, 241, 242);'></div>"
46+
}
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)