mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Remove extra button in detail pane
This commit is contained in:
parent
d55d0d9b88
commit
90a426b562
1 changed files with 0 additions and 5 deletions
|
@ -248,11 +248,6 @@ class _ViewerDetailPaneState extends State<ViewerDetailPane> {
|
|||
label: L10n.global().slideshowTooltip,
|
||||
onPressed: widget.onSlideshowPressed,
|
||||
),
|
||||
_DetailPaneButton(
|
||||
icon: Icons.slideshow_outlined,
|
||||
label: L10n.global().slideshowTooltip,
|
||||
onPressed: widget.onSlideshowPressed,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue