~etherpulse/podbird/bottom_edge

« back to all changes in this revision

Viewing changes to app/ui/NowPlayingPage.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:
40
40
        }
41
41
 
42
42
        leadingActionBar.actions: Action {
43
 
            iconName: "back"
 
43
            iconName: nowPlayingPageSections.selectedIndex === 1 && currentViewLoader.item.ViewItems.dragMode ? "back" : "go-down"
44
44
            text: i18n.tr("Back")
45
45
            onTriggered: {
46
46
                if (nowPlayingPageSections.selectedIndex === 1 && currentViewLoader.item.ViewItems.dragMode) {