mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 12:32:40 +08:00
opt SpringDescription
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -218,7 +218,9 @@ class _SettingPageState extends State<SettingPage> {
|
||||
return MultiSelectDialog<LoginAccount>(
|
||||
title: '选择要登出的账号uid',
|
||||
initValues: const Iterable.empty(),
|
||||
values: {for (final i in Accounts.account.values) i: i.mid.toString()},
|
||||
values: {
|
||||
for (final i in Accounts.account.values) i: i.mid.toString(),
|
||||
},
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user