mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
Add note about special folder
This commit is contained in:
parent
723486913f
commit
df6e3fd953
@ -57,6 +57,11 @@ namespace thememan
|
||||
}
|
||||
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");
|
||||
|
||||
if (!Directory.Exists(hexchatdir))
|
||||
|
Loading…
Reference in New Issue
Block a user