mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-05 22:30:15 +00:00
Fixed showColor
This commit is contained in:
parent
a40580f425
commit
2d991ce9df
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ class RowItem extends StatelessWidget {
|
||||||
Flexible(
|
Flexible(
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
if (showColor == true) Container(
|
||||||
margin: const EdgeInsets.only(right: 16),
|
margin: const EdgeInsets.only(right: 16),
|
||||||
width: 12,
|
width: 12,
|
||||||
height: 12,
|
height: 12,
|
||||||
|
@ -142,7 +142,7 @@ class OthersRowItem extends StatelessWidget {
|
||||||
Flexible(
|
Flexible(
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
if (showColor == true) Container(
|
||||||
margin: const EdgeInsets.only(right: 16),
|
margin: const EdgeInsets.only(right: 16),
|
||||||
width: 12,
|
width: 12,
|
||||||
height: 12,
|
height: 12,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue