Ignore:
Timestamp:
04/06/22 18:15:57 (2 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

New style briefing (re #357)

File:
1 edited

Legend:

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

    r1037 r1046  
    105105        self.toRestart = False
    106106
     107    @property
     108    def programDirectory(self):
     109        """Get the program directory."""
     110        return self._programDirectory
     111
    107112    def build(self, iconDirectory):
    108113        """Build the GUI."""
Note: See TracChangeset for help on using the changeset viewer.