mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 06:19:35 +00:00
1.增加托盘图标
2.关闭修改为最小化到托盘 3.优化播放页播放速率选项
This commit is contained in:
parent
779c132a11
commit
13767656b5
14 changed files with 354 additions and 15 deletions
|
|
@ -28,7 +28,9 @@ class SpeedSelector extends HookConsumerWidget {
|
|||
// hook the onSpeedSelected function to the state
|
||||
useEffect(
|
||||
() {
|
||||
onSpeedSelected(speedState.value);
|
||||
Future.microtask(() {
|
||||
onSpeedSelected(speedState.value);
|
||||
});
|
||||
return null;
|
||||
},
|
||||
[speedState.value],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue