summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm
index d1148a46b..3ac1a208b 100644
--- a/perl-install/interactive.pm
+++ b/perl-install/interactive.pm
@@ -218,6 +218,7 @@ sub ask_okcancel {
sub ask_warn_ {
my ($o, $common) = @_;
+ local $o->{modal} = $o->{modal} || $::isInstall; # make these popup at install time
ask_from_listf_raw_no_check($o, $common, \&translate, [ $o->ok ]);
}