1.增加托盘图标

2.关闭修改为最小化到托盘
3.优化播放页播放速率选项
This commit is contained in:
rang 2025-11-06 17:09:09 +08:00
parent 779c132a11
commit 13767656b5
14 changed files with 354 additions and 15 deletions

View file

@ -70,7 +70,7 @@ class SimpleHomeShelf extends HookConsumerWidget {
),
// fix the height of the shelf as a percentage of the screen height
SizedBox(
height: height ?? getDefaultShelfHeight(context, perCent: 0.5),
height: height ?? getDefaultShelfHeight(context, perCent: 0.45),
child: ListView.separated(
scrollDirection: Axis.horizontal,
itemBuilder: (context, index) {