~phablet-team/ubuntu-silo-installer/trunk

« back to all changes in this revision

Viewing changes to UbuntuSiloInstaller/SiloPage.qml

  • Committer: Florian Boucault
  • Date: 2016-03-02 15:00:34 UTC
  • Revision ID: florian.boucault@canonical.com-20160302150034-qy9ulzqeewn35bnn
Do not prevent user from installing any silo

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
                Button {
106
106
                    id: installButton
107
107
                    text: i18n.tr("Install")
108
 
                    enabled: siloPage.canBeInstalled && !installer.installing
 
108
                    enabled: !installer.installing
109
109
                    color: siloPage.canBeInstalled ? UbuntuColors.green :
110
110
                                                       UbuntuColors.red
111
111
                    visible: siloPage.request && !installer.installed