~jonas-drange/ubuntu-system-settings/mir-display-config

« back to all changes in this revision

Viewing changes to plugins/brightness/PageComponent.qml

  • Committer: Jonas G. Drange
  • Date: 2017-01-30 23:35:39 UTC
  • Revision ID: jonas.drange@canonical.com-20170130233539-clb1561sz5ynbvcy
starts the move to mir 0.26 by creating abstractions of the mir api

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
                enabled: aethercastDisplays.enabled
169
169
                text: i18n.tr("Wireless display")
170
170
                value: aethercastDisplays.state === "connected" ? i18n.tr("Connected") : i18n.tr("Not connected")
171
 
                progression: true
172
171
                onClicked: pageStack.addPageToNextColumn(
173
172
                    root, Qt.resolvedUrl("WifiDisplays.qml"))
174
173
            }