~etherpulse/podbird/bottom_edge

« back to all changes in this revision

Viewing changes to app/ui/BottomEdge.qml

  • Committer: Eran Uzan
  • Date: 2017-06-10 21:44:35 UTC
  • Revision ID: etherpulse@gmail.com-20170610214435-85wcnwloirmrkjwv
Added bottom edge support toggle in setting page

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
   hint {
10
10
       id:bottomEdgeHint
11
 
       enabled: true
12
 
       visible : player.playlist.itemCount !== 0 && !mainStack.currentPage.isNowPlayingPage
 
11
       enabled: bottomEdge.status != BottomEdge.Committed && podbird.settings.enableBottomEdge
 
12
       visible : player.playlist.itemCount !== 0 && podbird.settings.enableBottomEdge
13
13
       status: BottomEdgeHint.Inactive
14
14
   }
15
15