From e1cf0c1c4e3717ef0b6155cac37b389d4c24e1e5 Mon Sep 17 00:00:00 2001 From: axtlos Date: Sun, 15 May 2022 12:45:45 +0200 Subject: [PATCH] remove the funnies :( --- lib/functions/install.dart | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/functions/install.dart b/lib/functions/install.dart index 714d69b..2149922 100644 --- a/lib/functions/install.dart +++ b/lib/functions/install.dart @@ -77,15 +77,6 @@ Widget install( Row( mainAxisAlignment: MainAxisAlignment.center, children: [ - Image( - image: output - .toString() - .contains("Installation finished! You may reboot now!") - ? const AssetImage("assets/success.png") - : const AssetImage("assets/loadanim.gif"), - width: 50, - height: 50, - ), Text( output .toString()