From 21a577121155864f5abc3e640760b2fd8d6ad217 Mon Sep 17 00:00:00 2001 From: Kima Date: Sun, 15 Oct 2023 16:35:50 +0200 Subject: [PATCH] temp removed icon color tab --- .../lib/ui/mobile/settings/theme.dart | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/filcnaplo_premium/lib/ui/mobile/settings/theme.dart b/filcnaplo_premium/lib/ui/mobile/settings/theme.dart index 87bb694..763acf2 100644 --- a/filcnaplo_premium/lib/ui/mobile/settings/theme.dart +++ b/filcnaplo_premium/lib/ui/mobile/settings/theme.dart @@ -109,7 +109,7 @@ class _PremiumCustomAccentColorSettingState @override void initState() { super.initState(); - _colorsTabController = TabController(length: 6, vsync: this); + _colorsTabController = TabController(length: 5, vsync: this); _testTabController = TabController(length: 4, vsync: this); settings = Provider.of(context, listen: false); shareProvider = Provider.of(context, listen: false); @@ -712,13 +712,13 @@ class _PremiumCustomAccentColorSettingState tab: Tab( text: "colorpicker_accent" .i18n)), - ColorTab( - unlocked: hasAccess, - color: settings.customIconColor ?? - unknownColor, - tab: Tab( - text: - "colorpicker_icon".i18n)), + // ColorTab( + // unlocked: hasAccess, + // color: settings.customIconColor ?? + // unknownColor, + // tab: Tab( + // text: + // "colorpicker_icon".i18n)), ], onTap: (index) { if (!hasAccess) {