Skip to content

Commit

Permalink
Turned of debug flag for javascript on viewpage.
Browse files Browse the repository at this point in the history
  • Loading branch information
poetaster committed Nov 17, 2022
1 parent ffcdf21 commit 57ab66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/pages/ViewPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Page {
objectName: "ViewPage"

property int index;
property bool debug: true
property bool debug: false
property bool _pullDownActivated: false
property GridView listview
property variant itemData: listview.currentItem !== null
Expand Down

0 comments on commit 57ab66c

Please sign in to comment.