refactor: Simplify platform-specific icon handling in AppCustomizationPage and ProfilePage
- Replaced direct platform checks with a utility method `UiUtils.platformIcon` for better readability and maintainability. - Updated localization strings for app customization to enhance clarity and consistency across multiple languages. - Adjusted icon colors in the UI to ensure proper theming and visual consistency.
This commit is contained in:
@@ -692,7 +692,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
String get failedToDeleteFolder => 'Ordner konnte nicht gelöscht werden';
|
||||
|
||||
@override
|
||||
String get aboutApp => 'Über die App';
|
||||
String get aboutApp => 'Über';
|
||||
|
||||
@override
|
||||
String get aboutAppSubtitle => 'Conduit Informationen und Links';
|
||||
@@ -875,11 +875,11 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
}
|
||||
|
||||
@override
|
||||
String get appCustomization => 'App-Anpassung';
|
||||
String get appCustomization => 'Anpassung';
|
||||
|
||||
@override
|
||||
String get appCustomizationSubtitle =>
|
||||
'Personalisieren, wie Namen und UI angezeigt werden';
|
||||
'Design, Sprache, Stimme und Quick Pills';
|
||||
|
||||
@override
|
||||
String get quickActionsDescription =>
|
||||
|
||||
Reference in New Issue
Block a user