Skip to content

Commit

Permalink
settings: move <dependencies> tag out of <control> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed May 21, 2013
1 parent b85a1af commit 429d448
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 434 deletions.
16 changes: 7 additions & 9 deletions system/settings/darwin.xml
Expand Up @@ -37,11 +37,9 @@
<setting id="input.appleremotealwayson" type="boolean" label="13602" help="">
<level>4</level>
<default>false</default>
<control>
<dependencies>
<dependency type="enable" setting="input.appleremotemode" operator="!is">0</dependency> <!-- APPLE_REMOTE_DISABLED -->
</dependencies>
</control>
<dependencies>
<dependency type="enable" setting="input.appleremotemode" operator="!is">0</dependency> <!-- APPLE_REMOTE_DISABLED -->
</dependencies>
</setting>
<setting id="input.appleremotesequencetime" type="integer" label="13603" help="">
<level>1</level>
Expand All @@ -51,11 +49,11 @@
<step>50</step>
<maximum>1000</maximum>
<formatlabel>14046</formatlabel>
<dependencies>
<dependency type="enable" id="input.appleremotemode">2</dependency> <!-- APPLE_REMOTE_UNIVERSAL -->
</dependencies>
</constraints>
<control type="spinner" format="string"/>
<dependencies>
<dependency type="enable" id="input.appleremotemode">2</dependency> <!-- APPLE_REMOTE_UNIVERSAL -->
</dependencies>
<control type="spinner" format="string" />
</setting>
</group>
</category>
Expand Down

0 comments on commit 429d448

Please sign in to comment.