mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: sr desc
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1867,7 +1867,7 @@ List<SettingsModel> get extraSettings => [
|
|||||||
title: '超分辨率',
|
title: '超分辨率',
|
||||||
leading: const Icon(Icons.stay_current_landscape_outlined),
|
leading: const Icon(Icons.stay_current_landscape_outlined),
|
||||||
getSubtitle: () =>
|
getSubtitle: () =>
|
||||||
'当前:「${SuperResolutionType.values[GStorage.superResolutionType].title}」\n超分辨率需要启用硬件解码, 若启用硬件解码后仍然不生效, 尝试切换硬件解码器为 auto-copy',
|
'当前:「${SuperResolutionType.values[GStorage.superResolutionType].title}」\n默认设置对番剧生效, 其他视频默认关闭\n超分辨率需要启用硬件解码, 若启用硬件解码后仍然不生效, 尝试切换硬件解码器为 auto-copy',
|
||||||
onTap: (setState) async {
|
onTap: (setState) async {
|
||||||
SuperResolutionType? result = await showDialog(
|
SuperResolutionType? result = await showDialog(
|
||||||
context: Get.context!,
|
context: Get.context!,
|
||||||
|
|||||||
Reference in New Issue
Block a user