Skip to content

Commit

Permalink
spin rate 250
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Mar 24, 2021
1 parent b6bc4d3 commit 27005cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3540,6 +3540,18 @@ function menu_build() {
});
}
},
{
label: "Lazy",
type: "checkbox",
checked: config.update_delay === 250,
click: () => {
set_checks("Dev", "Spin rate", "Lazy");
win.webContents.send("set", {
key: "update_delay",
value: 250,
});
}
},
]
},
{
Expand Down

0 comments on commit 27005cc

Please sign in to comment.