mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 10:40:19 +00:00
Delete left over themes
This commit is contained in:
@@ -190,6 +190,10 @@ namespace thememan
|
|||||||
{
|
{
|
||||||
File.Copy(Path.Combine(themedir, themelist.SelectedItem.ToString(), "pevents.conf"), Path.Combine(hexchatdir, "pevents.conf"), true);
|
File.Copy(Path.Combine(themedir, themelist.SelectedItem.ToString(), "pevents.conf"), Path.Combine(hexchatdir, "pevents.conf"), true);
|
||||||
}
|
}
|
||||||
|
else if (File.Exists(Path.Combine(hexchatdir, "pevents.conf")))
|
||||||
|
{
|
||||||
|
File.Delete(Path.Combine(hexchatdir, "pevents.conf"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user