Show confirm dialog in debug mode
This commit is contained in:
parent
31ed4c0335
commit
528e13a0bc
|
|
@ -748,10 +748,6 @@ abstract class AppState implements Built<AppState, AppStateBuilder> {
|
|||
isSelfHosted ? isWhiteLabeled : (isProPlan || isEnterprisePlan);
|
||||
|
||||
bool get isUserConfirmed {
|
||||
if (!kReleaseMode) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (isSelfHosted) {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue