Skip to content

Commit

Permalink
Changed some default values for the add-on in the config spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
mush42 committed Jul 20, 2016
1 parent a800989 commit f8e30f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/globalPlugins/audioThemes/backend/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"using": 'string(default="Default")',
"threeD": "boolean(default=True)",
"speakRole": "boolean(default=False)",
"useSynthVolume": "boolean(default=False)",
"volume": "integer(default=75)"
"useSynthVolume": "boolean(default=True)",
"volume": "integer(default=100)"
}

def getCfgVal(key):
Expand Down

0 comments on commit f8e30f6

Please sign in to comment.