diff --git a/lib/ui/widgets/patchesSelectorView/patch_item.dart b/lib/ui/widgets/patchesSelectorView/patch_item.dart index dcb92de8..9f6e3acc 100644 --- a/lib/ui/widgets/patchesSelectorView/patch_item.dart +++ b/lib/ui/widgets/patchesSelectorView/patch_item.dart @@ -99,39 +99,6 @@ class _PatchItemState extends State { ) ], ), - // widget.name.contains("custom-branding") - // ? Padding( - // padding: const EdgeInsets.symmetric(vertical: 10.0), - // child: Container( - // padding: const EdgeInsets.symmetric( - // vertical: 8, - // horizontal: 8, - // ), - // decoration: BoxDecoration( - // color: Theme.of(context) - // .colorScheme - // .tertiary - // .withOpacity(0.1), - // borderRadius: BorderRadius.circular(12), - // ), - // child: Column( - // children: [ - // Text( - // "Patch options", - // style: GoogleFonts.inter( - // fontSize: 18, - // fontWeight: FontWeight.w600, - // ), - // ), - // const OptionsTextField(hint: "App name"), - // const OptionsFilePicker( - // optionName: "Choose a logo", - // ), - // ], - // ), - // ), - // ) - // : const SizedBox(), widget.isUnsupported ? Row( children: [