Changeset 1176:5428e1968413 for src


Ignore:
Timestamp:
10/20/24 13:03:34 (2 days ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

The PIREP can be sent only if the user is logged in (re #391)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flight.py

    r1175 r1176  
    60966096        self._saveButton.set_sensitive(sensitive)
    60976097        self._sendButton.set_sensitive(sensitive and
    6098                                        self._wizard.bookedFlight.id is not None)
     6098                                       self._wizard.bookedFlight.id is not None and
     6099                                       self._wizard.loggedIn)
    60996100
    61006101    def grabDefault(self):
Note: See TracChangeset for help on using the changeset viewer.