Ignore:
Timestamp:
04/30/25 15:05:57 (14 hours ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Tags:
tip
Message:

SimBrief MFA login is supported

File:
1 edited

Legend:

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

    r1181 r1186  
    19991999        It checks if we already know the PID, and if not, asks the user whether
    20002000        to register."""
    2001         cef.initialize(self._cefInitialized)
     2001        cef.initialize(self._cefInitialized, self)
    20022002
    20032003        if not self.config.pilotID and not self.config.password:
Note: See TracChangeset for help on using the changeset viewer.