From 9de50dc6fcfb4fef4a29e38ddbc6aa0842e01c7f Mon Sep 17 00:00:00 2001 From: Jonas Bark Date: Thu, 11 Dec 2025 08:09:50 +0100 Subject: [PATCH] markdown changes --- lib/pages/customize.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pages/customize.dart b/lib/pages/customize.dart index 7f0ddf5..0f9d054 100644 --- a/lib/pages/customize.dart +++ b/lib/pages/customize.dart @@ -136,7 +136,6 @@ class _CustomizeState extends State { ) else if (core.connection.controllerDevices.isEmpty) Warning( - important: false, children: [Text(context.i18n.connectControllerToPreview).small], ), ],