optimize keyboard for token
This commit is contained in:
@@ -103,6 +103,8 @@ class SettingsScreen extends HookConsumerWidget {
|
|||||||
bottom: 8,
|
bottom: 8,
|
||||||
),
|
),
|
||||||
child: TextField(
|
child: TextField(
|
||||||
|
enableIMEPersonalizedLearning: false,
|
||||||
|
autocorrect: false,
|
||||||
controller: kagiSessionTextController,
|
controller: kagiSessionTextController,
|
||||||
obscureText: hideSessionText.value,
|
obscureText: hideSessionText.value,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
|
|||||||
Reference in New Issue
Block a user