1.不展示黄字信息

2.新增忽略文件
This commit is contained in:
2026-07-28 11:35:36 +08:00
parent b9c0d60f2a
commit d29b4ed5bf
2 changed files with 17 additions and 16 deletions
+1
View File
@@ -51,3 +51,4 @@ app.*.map.json
CLAUDE.md
AGENTS.md
test/
script/
@@ -82,21 +82,21 @@ class RecordingHudWidget extends StatelessWidget {
textAlign: TextAlign.center,
),
),
if (permissionWarning != null)
Padding(
padding: EdgeInsets.symmetric(
horizontal: 16.r,
vertical: 8.r,
),
child: Text(
permissionWarning!,
style: TextStyle(
color: Colors.orangeAccent,
fontSize: 12.sp,
),
textAlign: TextAlign.center,
),
),
// if (permissionWarning != null)
// Padding(
// padding: EdgeInsets.symmetric(
// horizontal: 16.r,
// vertical: 8.r,
// ),
// child: Text(
// permissionWarning!,
// style: TextStyle(
// color: Colors.orangeAccent,
// fontSize: 12.sp,
// ),
// textAlign: TextAlign.center,
// ),
// ),
RecordingSetupHintsWidget(
hasDndAccess: hasDndAccess,
isBatteryIgnored: isBatteryOptimizedIgnored,