mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-31 23:56:02 +10:00
Remove channel subtitles from UI
Per issue #418, this commmit removes channel subtitles from the channel list and from the map screen (deep in the marker sharing). This reduces visual clutter and allows for more compact lists, and the type of channel is already indicated by the leading icon. The subtitles simply said "Public channel", "Hashtag channel", or "Private channel". We also remove the relevant localization strings.
This commit is contained in:
@@ -1094,9 +1094,6 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
return 'Kanal $index';
|
||||
}
|
||||
|
||||
@override
|
||||
String get channels_hashtagChannel => 'Hashtag-Kanal';
|
||||
|
||||
@override
|
||||
String get channels_public => 'Öffentlich';
|
||||
|
||||
@@ -1108,12 +1105,6 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
@override
|
||||
String get channels_private => 'Privat';
|
||||
|
||||
@override
|
||||
String get channels_publicChannel => 'Öffentlicher Kanal';
|
||||
|
||||
@override
|
||||
String get channels_privateChannel => 'Privater Kanal';
|
||||
|
||||
@override
|
||||
String get channels_editChannel => 'Kanal bearbeiten';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user