Skip to content

Commit a1d06ff

Browse files
committed
Hide HyperHDR from the macOS Dock (5)
1 parent 06aec96 commit a1d06ff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cmake/osx/Info.plist.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
<key>NSScreenCaptureUsageDescription</key>
2424
<string>HyperHDR needs your permission to capture the screen.</string>
2525
<key>NSMicrophoneUsageDescription</key>
26-
<string>HyperHDR needs your permission to access the sound capture devices. NEXT PLEASE RESTART HYPERHDR!</string>
26+
<string>HyperHDR requires microphone access for audio-reactive effects. Once granted, a restart is required to apply the permission.</string>
27+
<key>NSLocalNetworkUsageDescription</key>
28+
<string>HyperHDR needs access to your local network to discover and communicate with other devices.</string>
2729
<key>LSUIElement</key>
2830
<true/>
2931
</dict>

include/utils/Macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ inline void SAFE_CALL_TEST_FUN() {};
231231
target->method(p1value, p2value, p3value, p4value); \
232232
}
233233

234-
#define QSTRING_CSTR(str) str.toLocal8Bit().constData()
234+
#define QSTRING_CSTR(str) str.toUtf8().constData()
235235

236236
namespace hyperhdr {
237237
void THREAD_REMOVER(QString message, QThread* parentThread, QObject* client);

0 commit comments

Comments
 (0)