mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixes for project manager
This commit is contained in:
6
RainmeterStudio/Properties/Settings.Designer.cs
generated
6
RainmeterStudio/Properties/Settings.Designer.cs
generated
@ -163,12 +163,12 @@ namespace RainmeterStudio.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string CreateProjectDialog_SavedLocation {
|
||||
public string Project_SavedLocation {
|
||||
get {
|
||||
return ((string)(this["CreateProjectDialog_SavedLocation"]));
|
||||
return ((string)(this["Project_SavedLocation"]));
|
||||
}
|
||||
set {
|
||||
this["CreateProjectDialog_SavedLocation"] = value;
|
||||
this["Project_SavedLocation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
<Setting Name="CreateProjectDialog_RecentLocations" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="CreateProjectDialog_SavedLocation" Type="System.String" Scope="User">
|
||||
<Setting Name="Project_SavedLocation" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="CreateProjectDialog_CreateDirectoryCheckbox" Type="System.Boolean" Scope="User">
|
||||
|
Reference in New Issue
Block a user