1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-27 09:24:45 +01:00

Remove obsolete option

This commit is contained in:
Ming Ming 2023-06-06 22:38:09 +08:00
parent 7ee63ef17f
commit e7dd64125e

View file

@ -331,19 +331,6 @@ class _HomePhotosState extends State<HomePhotos>
},
),
],
menuActions: [
PopupMenuItem(
value: _menuValueRefresh,
child: Text(L10n.global().refreshMenuLabel),
),
],
onSelectedMenuActions: (option) {
switch (option) {
case _menuValueRefresh:
_onRefreshSelected();
break;
}
},
);
},
);
@ -779,8 +766,6 @@ class _HomePhotosState extends State<HomePhotos>
var _isScrollbarVisible = false;
var _isRefreshIndicatorActive = false;
static const _menuValueRefresh = 0;
}
class _Web {