diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index 965a4e0c..261f6402 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -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':