mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
Fix: Reverse icon for toggling the Extension.
This commit is contained in:
parent
01b3ed9f24
commit
cc84c33c25
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ class _SourceRepositoriesState extends ConsumerState<SourceRepositories> {
|
|||
icon: Stack(
|
||||
children: [
|
||||
const Icon(Icons.remove_red_eye_outlined),
|
||||
if (!isHidden)
|
||||
if (isHidden)
|
||||
Positioned(
|
||||
right: 8,
|
||||
child: Transform.scale(
|
||||
|
|
|
|||
Loading…
Reference in a new issue