readd: home drawer

Fixes #900
This commit is contained in:
lollipopkit🏳️‍⚧️
2025-09-05 00:12:41 +08:00
parent 1bac986fe0
commit eadd343205
27 changed files with 88 additions and 26 deletions

View File

@@ -1729,6 +1729,12 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'At least one tab must be selected'**
String get atLeastOneTab;
/// No description provided for @serverTabRequired.
///
/// In en, this message translates to:
/// **'Server tab cannot be removed'**
String get serverTabRequired;
}
class _AppLocalizationsDelegate