small organization, different port
This commit is contained in:
4
app.js
4
app.js
@@ -33,7 +33,7 @@ class App {
|
||||
win.setAlwaysOnTop(true, 'screen-saver', 1); // necessary so it doesn't bring you back out of full screen when spawned
|
||||
}
|
||||
|
||||
win.loadFile('flame/index.html');
|
||||
win.loadFile('app.html');
|
||||
|
||||
win.on("focus", () => {
|
||||
win.setVibrancy("appearance-based"); // full colors
|
||||
@@ -59,7 +59,7 @@ class App {
|
||||
}
|
||||
|
||||
spawnFlame(spawnForms) {
|
||||
new Server(spawnForms)
|
||||
new Server(spawnForms, 10001)
|
||||
}
|
||||
|
||||
async spawnForms() {
|
||||
|
||||
Reference in New Issue
Block a user