mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-26 07:30:45 +00:00
fix for DataFolder hard coded path in old profiles
This commit is contained in:
parent
c130d0e35c
commit
4dcf9845f7
@ -134,6 +134,8 @@ bool Profile::Load(QString filename)
|
||||
|
||||
bool b = Open(filename);
|
||||
|
||||
this->Set(STR_GEN_DataFolder, QString("{home}/Profiles/{UserName}"));
|
||||
|
||||
doctor = new DoctorInfo(this);
|
||||
user = new UserInfo(this);
|
||||
cpap = new CPAPSettings(this);
|
||||
|
Loading…
Reference in New Issue
Block a user