mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-18 19:56:32 -07:00
chore: small changes
This commit is contained in:
parent
fb84a48777
commit
2888896d18
3 changed files with 14 additions and 4 deletions
|
|
@ -102,6 +102,12 @@ class _DesktopControlsState extends ConsumerState<DesktopControls> {
|
|||
return false;
|
||||
}
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
timer.reset();
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final introSkipModel = ref.watch(playBackModel.select((value) => value?.introSkipModel));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue