From 61d76581dfd79af06da591305e2c8b2e01790b57 Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Fri, 17 Jul 2020 22:13:53 +0530 Subject: New template structure --- src/scripts/starterWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/starterWindow.js') diff --git a/src/scripts/starterWindow.js b/src/scripts/starterWindow.js index dd21624..ebc2c90 100644 --- a/src/scripts/starterWindow.js +++ b/src/scripts/starterWindow.js @@ -41,7 +41,7 @@ $(document).ready(function () { dialog.showErrorBox(heading, message); } function start(id) { - var templateURL = 'file://' + __dirname + `/templates/${id}.html`; + var templateURL = 'file://' + __dirname + `/templates/${id}/template.html`; var window = remote.getCurrentWindow(); window.setSize(monitorWidth * 0.75, monitorHeight * 0.75, false); -- cgit v1.2.3