Add note about special folder
This commit is contained in:
parent
723486913f
commit
df6e3fd953
|
@ -57,6 +57,11 @@ namespace thememan
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
/* Environment.SpecialFolder.ApplicationData
|
||||||
|
* Windows: %APPDATA%
|
||||||
|
* Unix: ~/.config
|
||||||
|
* Windows is case-insensitive so 'hexchat' should be fine for both
|
||||||
|
*/
|
||||||
hexchatdir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "hexchat");
|
hexchatdir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "hexchat");
|
||||||
|
|
||||||
if (!Directory.Exists(hexchatdir))
|
if (!Directory.Exists(hexchatdir))
|
||||||
|
|
Loading…
Reference in New Issue