Hide dock icon on minimize macOS

This commit is contained in:
Shady Nawara 2022-04-28 05:20:37 +00:00 committed by Adam Honse
parent 6cd4dc8674
commit bc5fedbbec
5 changed files with 41 additions and 0 deletions

View file

@ -1421,11 +1421,13 @@ macx {
HEADERS += \
AutoStart/AutoStart-MacOS.h \
qt/macutils.h \
SOURCES += \
dependencies/hueplusplus-1.0.0/src/LinHttpHandler.cpp \
serial_port/find_usb_serial_port_linux.cpp \
AutoStart/AutoStart-MacOS.cpp \
qt/macutils.mm \
# Use mbedtls v2 instead of latest
MBEDTLS_PREFIX = $$system(brew --prefix mbedtls@2)