- hideTitleBar tip
- android home widget err handle
- sftp loading dialog
This commit is contained in:
lollipopkit
2024-05-22 20:45:11 +08:00
parent 9304a0377b
commit 7c3818bc51
17 changed files with 131 additions and 78 deletions

View File

@@ -1088,6 +1088,7 @@ class _SettingPageState extends State<SettingPage> {
Widget _buildHideTitleBar() {
return ListTile(
title: Text(l10n.hideTitleBar),
subtitle: Text(l10n.hideTitleBarTip, style: UIs.textGrey),
trailing: StoreSwitch(prop: _setting.hideTitleBar),
);
}