With the fixes from PyroMani the MacOS version is much more stable and on-par with the Linux version. So the warning message can be removed.

master
daid 2012-04-13 12:18:51 +02:00
parent af737ef097
commit 5994267b29
1 changed files with 0 additions and 2 deletions

View 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':