Browse Source

adding this preference in mac-os doesn't work.
It always opens it up in singlenstance

CURA-11596

saumya.jain 1 year ago
parent
commit
8073bc0e50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Preferences/GeneralPage.qml

+ 1 - 0
resources/qml/Preferences/GeneralPage.qml

@@ -627,6 +627,7 @@ UM.PreferencesPage
             UM.TooltipArea
             {
                 width: childrenRect.width
+                visible: Qt.platform.os !== "osx"
                 height: childrenRect.height
                 text: catalog.i18nc("@info:tooltip","Should opening files from the desktop or external applications open in the same instance of Cura?")