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:
parent
7ee63ef17f
commit
e7dd64125e
1 changed files with 0 additions and 15 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue