diff --git a/mobile/apps/photos/lib/ui/tools/editor/image_editor/image_editor_main_bottom_bar.dart b/mobile/apps/photos/lib/ui/tools/editor/image_editor/image_editor_main_bottom_bar.dart index de578abfec..3321e645c1 100644 --- a/mobile/apps/photos/lib/ui/tools/editor/image_editor/image_editor_main_bottom_bar.dart +++ b/mobile/apps/photos/lib/ui/tools/editor/image_editor/image_editor_main_bottom_bar.dart @@ -89,7 +89,7 @@ class ImageEditorMainBottomBarState extends State mainAxisSize: MainAxisSize.min, children: [ CircularIconButton( - svgPath: "assets/image-editor/image-editor-crop.svg", + svgPath: "assets/image-editor/image-editor-crop.svg", label: "Crop", onTap: () { widget.editor.openCropRotateEditor(); @@ -97,28 +97,21 @@ class ImageEditorMainBottomBarState extends State ), CircularIconButton( svgPath: - "assets/image-editor/image-editor-filter.svg", + "assets/image-editor/image-editor-filter.svg", label: "Filter", onTap: () { widget.editor.openFilterEditor(); }, ), CircularIconButton( - svgPath: "assets/image-editor/image-editor-text.svg", - label: "Text", - onTap: () { - widget.editor.openTextEditor(); - }, - ), - CircularIconButton( - svgPath: "assets/image-editor/image-editor-tune.svg", + svgPath: "assets/image-editor/image-editor-tune.svg", label: "Adjust", onTap: () { widget.editor.openTuneEditor(); }, ), CircularIconButton( - svgPath: "assets/image-editor/image-editor-paint.svg", + svgPath: "assets/image-editor/image-editor-paint.svg", label: "Draw", onTap: () { widget.editor.openPaintingEditor(); @@ -126,7 +119,7 @@ class ImageEditorMainBottomBarState extends State ), CircularIconButton( svgPath: - "assets/image-editor/image-editor-sticker.svg", + "assets/image-editor/image-editor-sticker.svg", label: "Sticker", onTap: () { widget.editor.openEmojiEditor(); diff --git a/mobile/apps/photos/lib/ui/tools/editor/image_editor/image_editor_page_new.dart b/mobile/apps/photos/lib/ui/tools/editor/image_editor/image_editor_page_new.dart index 8a879b96f0..bceca00685 100644 --- a/mobile/apps/photos/lib/ui/tools/editor/image_editor/image_editor_page_new.dart +++ b/mobile/apps/photos/lib/ui/tools/editor/image_editor/image_editor_page_new.dart @@ -523,6 +523,7 @@ class _NewImageEditorState extends State { mainEditorConfigs: const MainEditorConfigs(enableZoom: true), paintEditorConfigs: const PaintEditorConfigs(enabled: true), textEditorConfigs: TextEditorConfigs( + enabled: false, canToggleBackgroundMode: true, canToggleTextAlign: true, customTextStyles: [