And the fate of /gui is sealed
Make sure that the proper files that are not in `/gui` are loaded.
This commit is contained in:
parent
527d7b6835
commit
0059314655
10 changed files with 9 additions and 82 deletions
|
@ -5,7 +5,7 @@ import texts from "../strings/read.js";
|
|||
import net from "../net.js";
|
||||
|
||||
// MAKE SURE TO TURN THIS OFF DURING BUILD.
|
||||
let DEBUG = false;
|
||||
let DEBUG = true;
|
||||
|
||||
export default class windowman {
|
||||
static new(URL, height, width) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue