второй стиль меню действий: список (как в telegram); выбор в кастомизации

This commit is contained in:
klockky
2026-05-23 08:22:05 +00:00
parent efd15898ff
commit d963af407d
7 changed files with 432 additions and 12 deletions
+2
View File
@@ -16,6 +16,7 @@ import 'core/config/app_bubble_behavior.dart';
import 'core/config/app_bubble_shape.dart';
import 'core/config/app_cache_extent.dart';
import 'core/config/app_fonts.dart';
import 'core/config/app_message_actions_style.dart';
import 'core/config/app_theme_mode.dart';
import 'core/config/app_theme_schedule.dart';
import 'backend/modules/account.dart';
@@ -90,6 +91,7 @@ void main() async {
AppThemeModeConfig.current.value = await AppThemeModeConfig.load();
AppAmoled.current.value = await AppAmoled.load();
AppThemeSchedule.current.value = await AppThemeSchedule.load();
AppMessageActionsStyle.current.value = await AppMessageActionsStyle.load();
runApp(
KometApp(
initialLocale: initialLocale,