mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Worked on CreateProjectDialog
This commit is contained in:
@ -107,8 +107,7 @@ namespace RainmeterStudio.UI.Controller
|
||||
// Create dialog
|
||||
var dialog = new CreateProjectDialog(this);
|
||||
dialog.Owner = OwnerWindow;
|
||||
dialog.SelectedLocation = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "Rainmeter Studio Projects");
|
||||
|
||||
|
||||
if (name != null)
|
||||
dialog.Name = name;
|
||||
|
||||
|
Reference in New Issue
Block a user