~ci-train-bot/ubuntu-system-settings/ubuntu-system-settings-ubuntu-vivid-2451

« back to all changes in this revision

Viewing changes to plugins/language/PageComponent.qml

  • Committer: Bileto Bot
  • Author(s): Jonas G. Drange
  • Date: 2016-11-29 11:12:13 UTC
  • mfrom: (1739.2.10 hide-broken-panels-on-snappy)
  • Revision ID: ci-train-bot@canonical.com-20161129111213-uordjwopehnp4tp1
On snappy it changes the following:
* hides "Developer mode"
* hides "Sleep after"
* hides Notifications panel
* hides Sound panel
* fixes folderlistmodel in Software licenses page

Approved by: Ken VanDine

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
                progression: true
169
169
                showDivider: false
170
170
                onClicked: pageStack.push(Qt.resolvedUrl("PageHardwareKeyboard.qml"))
171
 
                visible: externalKeyboardPresent
 
171
                /* Hidden due to lp:1644268, i.e. no layout sources are
 
172
                enumerated by the current code due to hard coded paths. */
 
173
                visible: (externalKeyboardPresent && !isSnap) || showAllUI
172
174
            }
173
175
 
174
176
            ListItem.Divider {}