Skip to content

Commit

Permalink
Update 99_start.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Apr 21, 2020
1 parent c92d5f5 commit 65091fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 99_start.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ promotiontable.style["background-color"] = config.active_square;
let input_queue = [];
let total_dropped_inputs = 0;

ipcRenderer.on("set", (event, msg) => { // Should only be for things that don't need any other action.
ipcRenderer.on("set", (event, msg) => { // Should only be for things that don't need any action except save config and redraw.
config[msg.key] = msg.value;
config_io.save(config);
hub.draw();
Expand Down

0 comments on commit 65091fb

Please sign in to comment.