Browse Source

Update resources/qml/Preferences/GeneralPage.qml

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
Saumya Jain 1 year ago
parent
commit
a251a5d2ca
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
+                // Mac only allows applications to run as a single instance, so providing the option for this os doesn't make much sense
                 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?")