mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
- Preparation for release 0.0.3.1
This commit is contained in:
@@ -90,12 +90,6 @@ namespace DesktopMagic
|
||||
{
|
||||
try
|
||||
{
|
||||
if (!Directory.Exists(App.ApplicationDataPath))
|
||||
{
|
||||
_ = Directory.CreateDirectory(App.ApplicationDataPath);
|
||||
}
|
||||
App.Logger.Log("Created ApplicationData Folder", "Main");
|
||||
|
||||
if (!Directory.Exists(App.ApplicationDataPath + "\\Plugins"))
|
||||
{
|
||||
_ = Directory.CreateDirectory(App.ApplicationDataPath + "\\Plugins");
|
||||
|
||||
Reference in New Issue
Block a user