Transaction Details page Localizations

This commit is contained in:
2025-08-13 18:06:53 +05:30
parent 76d5874e19
commit f48bfabb4a

View File

@@ -48,7 +48,7 @@ class PreferenceScreen extends StatelessWidget {
ListTile(
leading: const Icon(Icons.color_lens),
title: Text(AppLocalizations.of(context).themeColor),
enabled: false,
//enabled: false,
onTap: () {
showDialog(
context: context,