NeXoS355 / booklist

0 stars 0 forks source link

Book_Booklist add sperate setter with db update #18

Closed NeXoS355 closed 10 months ago

NeXoS355 commented 10 months ago

Create seperate Setter for Desc, Isbn & Rating with boolean variable for Database update in Book_Booklist. The Database fields are currently updated every time the Book info is loaded with "loadOnDemand = 1".

NeXoS355 commented 10 months ago

fixed in version 2.6.3. added boolean Variable to setter. "true" = written to db "False" = only set in ListModel