File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
236236namespace hyperhdr {
237237 void THREAD_REMOVER (QString message, QThread* parentThread, QObject* client);
You can’t perform that action at this time.
0 commit comments