style: account switch descriptions (#2280)

This commit is contained in:
My-Responsitories
2026-06-03 11:58:24 +00:00
committed by GitHub
parent 31f8435511
commit bed533eaeb
4 changed files with 13 additions and 20 deletions

View File

@@ -191,7 +191,7 @@ class _MediaPageState extends CommonPageState<MinePage>
iconSize: iconSize,
padding: padding,
style: style,
tooltip: '设置账号模式',
tooltip: '切换账号',
onPressed: () => LoginPageController.switchAccountDialog(context),
icon: const Icon(Icons.switch_account_outlined),
),