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