mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 23:47:42 +00:00
GUAC-634: Allow default value for local properties. Use default values within client and root UI.
This commit is contained in:
@@ -186,7 +186,7 @@ GuacUI.Audio = new (function() {
|
||||
this.supported = [];
|
||||
|
||||
// If sound disabled, we're done now.
|
||||
if (GuacUI.sessionState.getProperty("disable-sound"))
|
||||
if (GuacUI.sessionState.getProperty("disable-sound", false))
|
||||
return;
|
||||
|
||||
// Build array of supported audio formats
|
||||
|
Reference in New Issue
Block a user