a5b0c523fc
- Added flutter/macos/Runner/custom.txt with default-settings.enable-audio=N - Added custom.txt to Xcode Copy Bundle Resources (PBXResourcesBuildPhase) - RustDesk's load_custom_client() reads this file and injects into DEFAULT_SETTINGS - Users can still toggle 'Enable audio' in Settings; this just flips the default This addresses the user's request to disable all 4 audio behaviors by default (play remote sound, hear remote mic, voice call, capture host audio), all of which share the single 'enable-audio' option.
7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
{
|
|
"app-name": "RustDesk",
|
|
"default-settings": {
|
|
"enable-audio": "N"
|
|
}
|
|
}
|