diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-07-24 17:13:35 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-07-24 17:13:35 +0300 |
| commit | 95c5bd35287dd59f98550cfbb67c7c4d6ffbbb14 (patch) | |
| tree | fb10d6ded507d9855e4586783b79deb5892102db /Software/Visual_Studio/PPC/Modules | |
| parent | 6cf1de016bdc4a52f4773950377cbf78aaa66229 (diff) | |
| download | Tango-95c5bd35287dd59f98550cfbb67c7c4d6ffbbb14.tar.gz Tango-95c5bd35287dd59f98550cfbb67c7c4d6ffbbb14.zip | |
Change storage to documents.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs | 2 |
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); } } |
