made possible to use doOperation with callback, added setRead, added settings for window position and size
This commit is contained in:
parent
ddb54f398c
commit
41e762445f
8 changed files with 94 additions and 47 deletions
|
@ -50,8 +50,13 @@ ScrollView {
|
|||
|
||||
onCurrentItemChanged: {
|
||||
if(previousPost) {
|
||||
previousPost.read = true;
|
||||
if(!previousPost.dontChangeRead) {
|
||||
previousPost.read = true;
|
||||
} else {
|
||||
previousPost.dontChangeRead = false;
|
||||
}
|
||||
}
|
||||
|
||||
item.content.post = server.posts[currentIndex]
|
||||
content.flickableItem.contentY = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue