View Single Post
Posts: 33 | Thanked: 37 times | Joined on Jul 2012
#2616
for showing pictures that you have just taken use vi in terminal or shh or whatever and head to

UI/Conversations/SendPicture.qml

then change


Component.onCompleted: {
console.log("SELECT DIALOG OPENED")
galleryModel.filter = myFilters
}

to

Component.onCompleted: {
console.log("SELECT DIALOG OPENED")
galleryModel.filter = myFilters
galleryModel.autoUpdate = true
}

After restarting wazapp, you can even leave the selection page open and take a photo, it will show up immediately.

Cheers
 

The Following 12 Users Say Thank You to smoof For This Useful Post: