Skip to content

Commit 727896a

Browse files
committed
hotfix: remove outdated ISO warning when not in ISO
previously welcome would show an outdated ISO warning popup even when not in ISO and the user clicked on the about button. This commit removes the outdated ISO warning popup when not in ISO. Signed-off-by: SoulHarsh007 <harsh.peshwani@outlook.com>
1 parent 06f99eb commit 727896a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ fn on_action_clicked(param: &[glib::Value]) -> Option<glib::Value> {
567567
None
568568
},
569569
_ => {
570-
outdated_version_check(fl!("calamares-install-type"));
571570
show_about_dialog();
572571
None
573572
},

0 commit comments

Comments
 (0)