aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-07-24 17:13:35 +0300
committerRoy <Roy.mail.net@gmail.com>2023-07-24 17:13:35 +0300
commit95c5bd35287dd59f98550cfbb67c7c4d6ffbbb14 (patch)
treefb10d6ded507d9855e4586783b79deb5892102db /Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels
parent6cf1de016bdc4a52f4773950377cbf78aaa66229 (diff)
downloadTango-95c5bd35287dd59f98550cfbb67c7c4d6ffbbb14.tar.gz
Tango-95c5bd35287dd59f98550cfbb67c7c4d6ffbbb14.zip
Change storage to documents.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs
index a76096725..db30c01b1 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs
@@ -113,7 +113,7 @@ namespace Tango.PPC.Storage.ViewModels
{
if (Settings.StorageRootPath == null)
{
- Settings.StorageRootPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Twine", "Tango", "Storage");
+ Settings.StorageRootPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "Twine", "Storage");
Directory.CreateDirectory(Settings.StorageRootPath);
}
}