From 528e13a0bccbb4cdc15c1b5245b2f77fee2cc6f9 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 9 Jul 2021 11:12:16 +0300 Subject: [PATCH] Show confirm dialog in debug mode --- lib/redux/app/app_state.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/redux/app/app_state.dart b/lib/redux/app/app_state.dart index b6cd73b26..d5305fbf1 100644 --- a/lib/redux/app/app_state.dart +++ b/lib/redux/app/app_state.dart @@ -748,10 +748,6 @@ abstract class AppState implements Built { isSelfHosted ? isWhiteLabeled : (isProPlan || isEnterprisePlan); bool get isUserConfirmed { - if (!kReleaseMode) { - return true; - } - if (isSelfHosted) { return true; }