Skip to content

Commit

Permalink
Format if
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Nov 18, 2024
1 parent 73abaf5 commit 073df07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ ApplicationWindow {
apiSupportsSubscription: __merginApi.apiSupportsSubscriptions

onManageAccountClicked: function() {
if(__merginApi.apiSupportsSubscriptions) {
if (__merginApi.apiSupportsSubscriptions) {
Qt.openUrlExternally(__inputHelp.merginSubscriptionLink)
}
else {
Expand Down Expand Up @@ -932,7 +932,7 @@ ApplicationWindow {
}

function onMigrationRequested( version ) {
if( __appSettings.ignoreMigrateVersion !== version ) {
if ( __appSettings.ignoreMigrateVersion !== version ) {
migrationDialog.version = version
migrationDialog.open()
}
Expand Down

1 comment on commit 073df07

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.11.694311 just submitted!

Please sign in to comment.