mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Unify icon used for add to album button
This commit is contained in:
parent
b417ccb6a0
commit
00e3ce8c32
3 changed files with 3 additions and 3 deletions
|
@ -190,7 +190,7 @@ class _HomePhotosState extends State<HomePhotos>
|
|||
},
|
||||
),
|
||||
IconButton(
|
||||
icon: const Icon(Icons.playlist_add),
|
||||
icon: const Icon(Icons.add),
|
||||
tooltip: L10n.global().addToAlbumTooltip,
|
||||
onPressed: () {
|
||||
_onSelectionAddToAlbumPressed(context);
|
||||
|
|
|
@ -266,7 +266,7 @@ class _PersonBrowserState extends State<PersonBrowser>
|
|||
},
|
||||
),
|
||||
IconButton(
|
||||
icon: const Icon(Icons.playlist_add),
|
||||
icon: const Icon(Icons.add),
|
||||
tooltip: L10n.global().addToAlbumTooltip,
|
||||
onPressed: () {
|
||||
_onSelectionAddToAlbumPressed(context);
|
||||
|
|
|
@ -146,7 +146,7 @@ class _ViewerDetailPaneState extends State<ViewerDetailPane> {
|
|||
onPressed: () => _onSetAlbumCoverPressed(context),
|
||||
),
|
||||
_DetailPaneButton(
|
||||
icon: Icons.playlist_add_outlined,
|
||||
icon: Icons.add,
|
||||
label: L10n.global().addToAlbumTooltip,
|
||||
onPressed: () => _onAddToAlbumPressed(context),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue