Skip to content

Commit

Permalink
hotfix: remove outdated ISO warning when not in ISO
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
SoulHarsh007 committed Nov 9, 2024
1 parent 06f99eb commit 727896a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ fn on_action_clicked(param: &[glib::Value]) -> Option<glib::Value> {
None
},
_ => {
outdated_version_check(fl!("calamares-install-type"));
show_about_dialog();
None
},
Expand Down

0 comments on commit 727896a

Please sign in to comment.