mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-19 21:39:16 +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(
|
||||
child: Row(
|
||||
children: [
|
||||
Container(
|
||||
if (showColor == true) Container(
|
||||
margin: const EdgeInsets.only(right: 16),
|
||||
width: 12,
|
||||
height: 12,
|
||||
|
@ -142,7 +142,7 @@ class OthersRowItem extends StatelessWidget {
|
|||
Flexible(
|
||||
child: Row(
|
||||
children: [
|
||||
Container(
|
||||
if (showColor == true) Container(
|
||||
margin: const EdgeInsets.only(right: 16),
|
||||
width: 12,
|
||||
height: 12,
|
||||
|
|
Loading…
Add table
Reference in a new issue