mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: anon list dialog
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1478,13 +1478,15 @@ List<SettingsModel> get privacySettings => [
|
|||||||
builder: (context) {
|
builder: (context) {
|
||||||
return AlertDialog(
|
return AlertDialog(
|
||||||
title: const Text('查看详情'),
|
title: const Text('查看详情'),
|
||||||
content: Text(AccountManager.apiTypeSet[AccountType.heartbeat]!
|
content: SingleChildScrollView(
|
||||||
.join('\n')),
|
child: Text(
|
||||||
|
AccountManager.apiTypeSet[AccountType.heartbeat]!
|
||||||
|
.join('\n'),
|
||||||
|
),
|
||||||
|
),
|
||||||
actions: [
|
actions: [
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () async {
|
onPressed: Get.back,
|
||||||
Get.back();
|
|
||||||
},
|
|
||||||
child: const Text('确认'),
|
child: const Text('确认'),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user