Fix: Reverse icon for toggling the Extension.

This commit is contained in:
hndrbrm 2025-11-29 05:41:54 +07:00
parent 01b3ed9f24
commit cc84c33c25

View file

@ -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(