mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-01 16:15:56 +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:
@@ -1038,9 +1038,6 @@ class AppLocalizationsKo extends AppLocalizations {
|
||||
return '채널 $index';
|
||||
}
|
||||
|
||||
@override
|
||||
String get channels_hashtagChannel => '해시태그 채널';
|
||||
|
||||
@override
|
||||
String get channels_public => '대중의';
|
||||
|
||||
@@ -1052,12 +1049,6 @@ class AppLocalizationsKo extends AppLocalizations {
|
||||
@override
|
||||
String get channels_private => '사립';
|
||||
|
||||
@override
|
||||
String get channels_publicChannel => '공개 채널';
|
||||
|
||||
@override
|
||||
String get channels_privateChannel => '개인 채널';
|
||||
|
||||
@override
|
||||
String get channels_editChannel => '채널 편집';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user