mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
don't append .config to %LOCALAPPDATA%\<ProgramName>\
::user_config_directory() could use some general cleanup an x-platform consolidation, but today is not the day.
This commit is contained in:
parent
a3fcc02644
commit
c404ef9856
1 changed files with 2 additions and 0 deletions
|
|
@ -70,8 +70,10 @@ user_config_directory ()
|
|||
exit (1);
|
||||
}
|
||||
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
p = home_dir;
|
||||
p = Glib::build_filename (p, ".config");
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue