We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820ce2b commit 20d5f06Copy full SHA for 20d5f06
Sources/settingsMenu.cpp
@@ -28,8 +28,7 @@ std::string_view switchingMenuItem::getLabel() const {
28
togglingEEPROMMenuItem::togglingEEPROMMenuItem(std::string const& label,
29
uint32_t vI,
30
uint32_t bmask) :
31
- MenuItem(label),
32
- bitmask(bmask), valueIndex(vI) {
+ MenuItem(label), bitmask(bmask), valueIndex(vI) {
33
34
#ifdef NXDK
35
uint32_t Value = getEEPROMValue<uint32_t>(valueIndex);
0 commit comments