mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Project panel now updates when a file is added to project tree.
This commit is contained in:
@ -27,7 +27,7 @@ namespace RainmeterStudio.Business
|
||||
|
||||
#endregion
|
||||
|
||||
#region Callbacks
|
||||
#region Events
|
||||
|
||||
/// <summary>
|
||||
/// Called when a project is opened or the active project closes.
|
||||
@ -123,7 +123,10 @@ namespace RainmeterStudio.Business
|
||||
{
|
||||
_projectTemplates.Add(template);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets a list of existing project templates
|
||||
/// </summary>
|
||||
public IEnumerable<IProjectTemplate> ProjectTemplates { get { return _projectTemplates; } }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user