Skip to content

Commit

Permalink
Change settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Apr 12, 2018
1 parent 1f5a62e commit f79f166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/language/English/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<!-- For the add on itself -->

<!-- For the settings -->
<string id="30000">Log off user when activating screensaver</string>
<string id="30010">Display method</string>
<string id="30010">Used method</string>
<string id="30011">Do nothing</string>
<string id="30012">Raspberry Pi (vcgencmd)</string>
<string id="30013">X11 DPMS (xset)</string>
<string id="30100">Log off user when (activating screensaver)</string>

</strings>
2 changes: 1 addition & 1 deletion resources/settings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<settings>
<setting label="30000" type="bool" id="logoff" default="true"/>
<setting label="30010" type="enum" id="method" lvalues="30011|30012|30013" default="1"/>
<setting label="30100" type="bool" id="logoff" default="true"/>
</settings>

0 comments on commit f79f166

Please sign in to comment.