mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-29 21:44:26 +02:00
fix: Allow Integer option to be displayed correctly
Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
parent
a8e192b85f
commit
e1b528cb2c
@ -85,7 +85,7 @@ class _IntAndStringPatchOptionState extends State<IntAndStringPatchOption> {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
TextFieldForPatchOption(
|
TextFieldForPatchOption(
|
||||||
value: value,
|
value: value.toString(),
|
||||||
patchOption: widget.patchOption,
|
patchOption: widget.patchOption,
|
||||||
selectedKey: getKey(),
|
selectedKey: getKey(),
|
||||||
onChanged: (value) {
|
onChanged: (value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user