return icon, purchases sort
This commit is contained in:
@@ -81,7 +81,7 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> {
|
||||
if(showReturnScreen()) {
|
||||
menuItemList.add(new PopupMenuItem(
|
||||
value: 3,
|
||||
child: getMenuItem(exit_png, StringsLocalization.returnLabel())
|
||||
child: getMenuItem(return_png, StringsLocalization.returnLabel())
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user