Ignore:
Timestamp:
06/01/12 17:24:26 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for flying without logging in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/flight.py

    r184 r215  
    6666        """Get the flight stage."""
    6767        return self._stage
     68
     69    @property
     70    def loggedIn(self):
     71        """Indicate if the user has logged in properly."""
     72        return self._gui.loggedIn
    6873
    6974    @property
Note: See TracChangeset for help on using the changeset viewer.