return icon, purchases sort

This commit is contained in:
nikitateplyakov
2019-03-12 17:13:08 +08:00
parent 89db867305
commit 660a702c55
3 changed files with 3 additions and 2 deletions

View File

@@ -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())
));
}