Skip to content

Commit

Permalink
Corrected wrong IVAO weather URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Apr 8, 2022
1 parent c8fd9a8 commit 4d30795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options/options.ui
Original file line number Diff line number Diff line change
Expand Up @@ -4831,10 +4831,10 @@ Note that this value does not affect flight plan calculation or saving of flight
<widget class="QLineEdit" name="lineEditOptionsWeatherIvaoUrl">
<property name="toolTip">
<string>Download URL for the IVAO weather file.
Default is &quot;https://wx.ivao.aero/metar.php&quot;.</string>
Default is &quot;https://api.ivao.aero/v2/airports/all/metar&quot;.</string>
</property>
<property name="text">
<string notr="true">https://wx.ivao.aero/metar.php</string>
<string notr="true">https://api.ivao.aero/v2/airports/all/metar</string>
</property>
<property name="cursorPosition">
<number>30</number>
Expand Down

0 comments on commit 4d30795

Please sign in to comment.