Changeset 1186:beb5a473fd54 for src/mlx/gui/gui.py
- Timestamp:
- 04/30/25 15:05:57 (14 hours ago)
- Branch:
- python3
- Phase:
- public
- Tags:
- tip
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/gui.py
r1181 r1186 1999 1999 It checks if we already know the PID, and if not, asks the user whether 2000 2000 to register.""" 2001 cef.initialize(self._cefInitialized )2001 cef.initialize(self._cefInitialized, self) 2002 2002 2003 2003 if not self.config.pilotID and not self.config.password:
Note:
See TracChangeset
for help on using the changeset viewer.