~mterry/unity8/greeter-arrangement

« back to all changes in this revision

Viewing changes to qml/Dash/GenericScopeView.qml

  • Committer: Michael Terry
  • Date: 2017-02-23 16:46:05 UTC
  • mfrom: (2552.7.238 unity8)
  • Revision ID: mike@mterry.name-20170223164605-syry5r8btp1zs5cr
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
582
582
            showSignatureLine: !showBackButton
583
583
            searchEntryEnabled: true
584
584
            settingsEnabled: scopeView.scope && scopeView.scope.settings && scopeView.scope.settings.count > 0 || false
585
 
            favoriteEnabled: scopeView.scope && scopeView.scope.id !== "clickscope"
 
585
            favoriteEnabled: scopeView.scope
586
586
            favorite: scopeView.scope && scopeView.scope.favorite
587
587
            navigationTag: scopeView.scope ? scopeView.scope.primaryNavigationTag : ""
588
588
            scopeStyle: scopeView.scopeStyle