mod: update settings

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-26 14:19:42 +08:00
parent 5e0a46f268
commit d3c7b3830f
3 changed files with 9 additions and 6 deletions

View File

@@ -97,6 +97,9 @@ class _SponsorBlockPageState extends State<SponsorBlockPage> {
controller: _textController,
autofocus: true,
decoration: InputDecoration(suffixText: 's'),
inputFormatters: [
FilteringTextInputFormatter.allow(RegExp(r'[\d\.]+')),
],
),
actions: [
TextButton(
@@ -541,7 +544,7 @@ class _SponsorBlockPageState extends State<SponsorBlockPage> {
_dividerL,
SliverToBoxAdapter(
child: SizedBox(
height: 25 + MediaQuery.paddingOf(context).bottom,
height: 55 + MediaQuery.paddingOf(context).bottom,
)),
],
),