#2152: XDG support

This commit is contained in:
Günter Obiltschnig
2020-01-21 21:20:35 +01:00
parent 35d73695f8
commit 71585b7daa
2 changed files with 55 additions and 18 deletions

View File

@@ -123,7 +123,6 @@ bool SystemConfiguration::getRaw(const std::string& key, std::string& value) con
{
value = Path::dataHome();
}
else if (key == TEMPHOMEDIR)
{
value = Path::tempHome();