mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
feat: tempPlayerConf add playRepeat (#1830)
This commit is contained in:
committed by
GitHub
parent
7e570d11d8
commit
0460030a2b
@@ -89,10 +89,9 @@ List<SettingsModel> get extraSettings => [
|
||||
leading: const Icon(MdiIcons.debugStepOver),
|
||||
value: () => Pref.pgcSkipType,
|
||||
items: SkipType.values,
|
||||
onSelected: (value, setState) async {
|
||||
await GStorage.setting.put(SettingBoxKey.pgcSkipType, value.index);
|
||||
setState();
|
||||
},
|
||||
onSelected: (value, setState) => GStorage.setting
|
||||
.put(SettingBoxKey.pgcSkipType, value.index)
|
||||
.whenComplete(setState),
|
||||
),
|
||||
SwitchModel(
|
||||
title: '检查未读动态',
|
||||
|
||||
Reference in New Issue
Block a user