1.不展示黄字信息
2.新增忽略文件
This commit is contained in:
@@ -51,3 +51,4 @@ app.*.map.json
|
|||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
AGENTS.md
|
AGENTS.md
|
||||||
test/
|
test/
|
||||||
|
script/
|
||||||
@@ -82,21 +82,21 @@ class RecordingHudWidget extends StatelessWidget {
|
|||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (permissionWarning != null)
|
// if (permissionWarning != null)
|
||||||
Padding(
|
// Padding(
|
||||||
padding: EdgeInsets.symmetric(
|
// padding: EdgeInsets.symmetric(
|
||||||
horizontal: 16.r,
|
// horizontal: 16.r,
|
||||||
vertical: 8.r,
|
// vertical: 8.r,
|
||||||
),
|
// ),
|
||||||
child: Text(
|
// child: Text(
|
||||||
permissionWarning!,
|
// permissionWarning!,
|
||||||
style: TextStyle(
|
// style: TextStyle(
|
||||||
color: Colors.orangeAccent,
|
// color: Colors.orangeAccent,
|
||||||
fontSize: 12.sp,
|
// fontSize: 12.sp,
|
||||||
),
|
// ),
|
||||||
textAlign: TextAlign.center,
|
// textAlign: TextAlign.center,
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
RecordingSetupHintsWidget(
|
RecordingSetupHintsWidget(
|
||||||
hasDndAccess: hasDndAccess,
|
hasDndAccess: hasDndAccess,
|
||||||
isBatteryIgnored: isBatteryOptimizedIgnored,
|
isBatteryIgnored: isBatteryOptimizedIgnored,
|
||||||
|
|||||||
Reference in New Issue
Block a user