DataPaths: Fix paths in portable mode

Authored by drosca on Mar 25 2018, 7:10 PM.

Description

DataPaths: Fix paths in portable mode

Details

Committed
droscaMar 25 2018, 7:10 PM
Parents
R875:7d210ecf31be: Add support for setting portable mode from falkon.conf
Branches
Unknown
Tags
Unknown
ralavizadeh added inline comments.
/src/lib/app/datapaths.cpp
57

How if we also set appDir+/tmp for Temp?

drosca added inline comments.Mar 25 2018, 8:20 PM
/src/lib/app/datapaths.cpp
57

It's a temporary directoy that will be deleted when closing app. Also if for some reason it is not deleted (eg. app crashes) it should be cleaned up by OS, so I think it can stay as it is.