Assign clock to a button state in addComponents.kt
This commit is contained in:
parent
94384561c3
commit
d1a9147c42
|
@ -30,7 +30,7 @@ object Storage {
|
||||||
1400.0
|
1400.0
|
||||||
} else oldGamma
|
} else oldGamma
|
||||||
}
|
}
|
||||||
}, "Clock" to { clock = !clock },
|
}, "Clock" to { clock = toggled },
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
if (riskyCheats) {
|
if (riskyCheats) {
|
||||||
|
|
Loading…
Reference in New Issue