Skip to content

Commit

Permalink
fix: closes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Feb 22, 2023
1 parent e49451d commit 6f6fcaa
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions ui/setting-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ const settingGroups = [
],
},
{
name: "Advanced settings",
name: "Sleep mode",
isVisible: true,
items: [
"PowerLimit",
"CalibrateCJC",
"PowerPulsePower",
"PowerPulseWait",
"PowerPulseDuration",
"MotionSensitivity",
"SleepTemperature",
"SleepTimeout",
"ShutdownTimeout",
],
},
{
Expand All @@ -32,16 +31,6 @@ const settingGroups = [
"PDNegTimeout"
],
},
{
name: "Sleep mode",
isVisible: true,
items: [
"MotionSensitivity",
"SleepTemperature",
"SleepTimeout",
"ShutdownTimeout",
],
},
{
name: "User interface",
isVisible: true,
Expand All @@ -59,6 +48,17 @@ const settingGroups = [
"AdvancedSoldering",
],
},
{
name: "Advanced settings",
isVisible: true,
items: [
"PowerLimit",
"CalibrateCJC",
"PowerPulsePower",
"PowerPulseWait",
"PowerPulseDuration",
],
},
{
name: "Unused",
isVisible: false,
Expand Down

0 comments on commit 6f6fcaa

Please sign in to comment.