From 2933c40ad63aa7c02eae08dcd8d6a2c1163e4dd2 Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 3 Apr 2022 22:16:32 +0100 Subject: [PATCH] [Config] Minor source tweak --- src/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.js b/src/config/index.js index 70e72b5..de41413 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -42,5 +42,5 @@ const open = exports.open = () => { app.exit(); }); - win.loadURL('https://cdn.openasar.dev/config.html'); + win.loadURL('https://cdn.openasar.dev/config'); }; \ No newline at end of file