feature/IO-3725-RPS-Changes - Make settings look nicer

This commit is contained in:
Dave
2026-05-28 12:03:15 -04:00
parent 972b399ba8
commit 562adaa795
16 changed files with 390 additions and 67 deletions

View File

@@ -174,7 +174,7 @@ function createWindow() {
// and load the index.html of the app.
// win.loadFile("index.html");
if (isDev) {
mainWindow.loadURL("http://localhost:3000");
mainWindow.loadURL("http://localhost:3006");
} else {
const indexPath = path.join(appPath, "build", "index.html");
mainWindow.loadFile(indexPath);