Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
[SailfishOS] remove settings for pictures in list temporary, will be …
Browse files Browse the repository at this point in the history
…part of later release (issue #42)
  • Loading branch information
buschmann23 committed Jun 27, 2014
1 parent 3c8e83c commit b3a1397
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions reader/sailfishos/qml/Pages/Settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,14 @@ Page {
onCheckedChanged: config.showExcerpts = checked
}

TextSwitch {
id: listPictures
text: qsTr("Display images in list")
anchors { left: parent.left; right: parent.right }
description: qsTr("Displays an image of the article in the list.")
checked: config.showPicturesInList
onCheckedChanged: config.showPicturesInList = checked
}
// TextSwitch {
// id: listPictures
// text: qsTr("Display images in list")
// anchors { left: parent.left; right: parent.right }
// description: qsTr("Displays an image of the article in the list.")
// checked: config.showPicturesInList
// onCheckedChanged: config.showPicturesInList = checked
// }

Slider {
id: fontSizeSlider
Expand Down

0 comments on commit b3a1397

Please sign in to comment.