Drop another unnecessary release number condition

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-05-16 16:14:02 -07:00
parent a2df6d976b
commit 5beb87cc16
1 changed files with 2 additions and 4 deletions

View File

@ -129,12 +129,10 @@ sub run {
last; last;
} }
} }
# for KDE we need to double-click after kde-settings-34.6-1, # for KDE we need to double-click
# which is stable now.
# FIXME: when F33 goes EOL, make the condition just "if kde"
my $relnum = get_release_number; my $relnum = get_release_number;
my $dclick = 0; my $dclick = 0;
$dclick = 1 if (get_var("DESKTOP") eq "kde" && $relnum > 33); $dclick = 1 if (get_var("DESKTOP") eq "kde");
assert_and_click("live_start_anaconda_icon", dclick=>$dclick); assert_and_click("live_start_anaconda_icon", dclick=>$dclick);
unless (check_screen "anaconda_select_install_lang", 180) { unless (check_screen "anaconda_select_install_lang", 180) {
# click it again - on KDE since 2019-10 or so it seems # click it again - on KDE since 2019-10 or so it seems