~aacid/unity8/waitForRenderingNoCrash

« back to all changes in this revision

Viewing changes to qml/Dash/Dash.qml

Manage Dash: Make store button work even if you have no favorites
 Fixes: #1400771
Approved by: Michael Zanetti

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
        onStoreClicked: {
168
168
            bottomEdgeController.enableAnimation = true;
169
169
            bottomEdgeController.progress = 0;
170
 
            dashContent.currentScope.performQuery("scope://com.canonical.scopes.clickstore");
 
170
            scopesList.scope.performQuery("scope://com.canonical.scopes.clickstore");
171
171
        }
172
172
        onRequestFavorite: {
173
173
            scopes.setFavorite(scopeId, favorite);