kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
https://kanryu.github.io/quickviewer/
GNU General Public License v3.0
536 stars 63 forks source link

Don't create files in AppData (windows) #106

Closed eddiezato closed 5 years ago

eddiezato commented 5 years ago

QuickViewer v1.1.5 (x64), Windows 10. The app creates file %localappdata%\QuickViewer\thumbnail.sqlite3.db I found same file in program folder QuickViewer\database\thumbnail.sqlite3.db How can avoid creating one in AppData?

kanryu commented 5 years ago

Thanks for letting me know :)

When I tried again, neither QuickViewer-1.1.4- (x86 / x64) nor 1.1.5-x64 thumbnail.sqlite3.db was copied. I think there is a problem with the implementation of the program to copy at the first start. It will be fixed by the next release.

kanryu commented 5 years ago

We made a commit to fix the bug you mentioned earlier. You will get it on the next release.

Thanks!