mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
tweaks (#1187)
* opt: marquee * fix: bangumi seek * opt: post panel * opt: remove deprecated code * opt: singleton dynController * fix: music scheme * feat: MemberVideo jump keep position * tweak
This commit is contained in:
committed by
GitHub
parent
e8a674ca2a
commit
172389b12b
@@ -423,7 +423,7 @@ class _SponsorBlockPageState extends State<SponsorBlockPage> {
|
||||
setting.put(
|
||||
SettingBoxKey.blockColor,
|
||||
_blockColor
|
||||
.map((item) => item.value.toRadixString(16).substring(2))
|
||||
.map((item) => item.toARGB32().toRadixString(16).substring(2))
|
||||
.toList(),
|
||||
);
|
||||
(context as Element).markNeedsBuild();
|
||||
|
||||
Reference in New Issue
Block a user