Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
8thony authored Jan 11, 2025
1 parent a80b3a2 commit 68df74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widgets/dialogs/UpdateDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ void UpdateDialog::updateStatusChanged(Updates::Status status)
switch (status)
{
case Updates::UpdateAvailable: {
this->ui_.label->setText((
getApp()->getUpdates().isDowngrade()
this->ui_.label->setText(
(getApp()->getUpdates().isDowngrade()
? QString(
"The version online (%1) seems to be lower than the "
"current (%2).\nEither a version was reverted or "
Expand Down

0 comments on commit 68df74c

Please # to comment.