chiark / gitweb /
With the fixes from PyroMani the MacOS version is much more stable and on-par with...
authordaid <daid303@gmail.com>
Fri, 13 Apr 2012 10:18:51 +0000 (12:18 +0200)
committerdaid <daid303@gmail.com>
Fri, 13 Apr 2012 10:18:51 +0000 (12:18 +0200)
Cura/gui/mainWindow.py

index 965a4e0c340dbd0a21828d93aac9f2ffde0c1423..261f6402fe0490383182cc09ca28567b7ee280a6 100644 (file)
@@ -21,8 +21,6 @@ from util import version
 def main():
        app = wx.App(False)
        if profile.getPreference('wizardDone') == 'False':
-               if os.name == 'darwin':
-                       wx.MessageBox('The MacOS version of Cura is experimental.\nThere are still UI/usability bugs. Check the issue list at:\nhttps://github.com/daid/Cura/issues\nfor details.\nPlease report any extra issue you find.', 'MacOS Warning', wx.OK | wx.ICON_INFORMATION)
                configWizard.configWizard()
                profile.putPreference("wizardDone", "True")
        if profile.getPreference('startMode') == 'Simple':