Skip to content

Commit

Permalink
remove unused temp path directory creation, attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 25, 2024
1 parent 2bab592 commit 25c27e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,10 @@ int main(int argc, char *argv[])
}

//Create the settings folders if they do not exist
QDir mdir;
mdir.mkpath(SETTINGSPATH);

if(!QFile::exists("portablemode.txt")) {
QDir mdir;
mdir.mkpath(SETTINGSPATH);
}

//this is stored as base64 so smart git repos
//do not complain about shipping a private key.
Expand Down

0 comments on commit 25c27e1

Please sign in to comment.