Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #109 from FH-SWE-2023/fix/gallerie
Browse files Browse the repository at this point in the history
Image Manager: Gallerie
  • Loading branch information
Mats4k authored Jan 5, 2024
2 parents d506526 + 306974b commit 119fddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imagemanager/ImageManager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ImageManager {
children: [
Icon(Icons.photo_library),
SizedBox(width: 16), // Add space between icon and text
Text('Gallerie'),
Text('Galerie'),
],
),
onPressed: () => Navigator.of(context).pop(ImageSource.gallery),
Expand Down

0 comments on commit 119fddd

Please sign in to comment.