Merge pull request #610 from hndrbrm/main

Fix: Reverse icon for toggling the Extension.
This commit is contained in:
Moustapha Kodjo Amadou 2025-11-29 06:22:34 +01:00 committed by GitHub
commit 6e5322137e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(