Skip to content

Commit

Permalink
add trivial backend
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Dec 12, 2021
1 parent 90086c4 commit f6fa4d6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2436,6 +2436,21 @@ function menu_build() {
// Will receive an ack IPC which sets menu checks.
}
},
{
label: "trivial",
type: "checkbox",
checked: false,
click: () => {
win.webContents.send("call", {
fn: "set_uci_option_permanent",
args: ["Backend", "trivial"]
});
// Will receive an ack IPC which sets menu checks.
}
},
{
type: "separator"
},
{
label: "roundrobin",
type: "checkbox",
Expand Down

0 comments on commit f6fa4d6

Please sign in to comment.