Transaction Details page Localizations
This commit is contained in:
@@ -48,7 +48,7 @@ class PreferenceScreen extends StatelessWidget {
|
|||||||
ListTile(
|
ListTile(
|
||||||
leading: const Icon(Icons.color_lens),
|
leading: const Icon(Icons.color_lens),
|
||||||
title: Text(AppLocalizations.of(context).themeColor),
|
title: Text(AppLocalizations.of(context).themeColor),
|
||||||
enabled: false,
|
//enabled: false,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
showDialog(
|
showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
|
Reference in New Issue
Block a user