Added start on windows startup feature IO-404
This commit is contained in:
@@ -240,6 +240,15 @@ namespace BodyshopPartner.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Start with Windows.
|
||||
/// </summary>
|
||||
public static string Label_StartWithWindows {
|
||||
get {
|
||||
return ResourceManager.GetString("Label_StartWithWindows", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Status.
|
||||
/// </summary>
|
||||
|
||||
@@ -177,6 +177,9 @@
|
||||
<data name="Label_StartAllMonitors" xml:space="preserve">
|
||||
<value>Start _All Monitors</value>
|
||||
</data>
|
||||
<data name="Label_StartWithWindows" xml:space="preserve">
|
||||
<value>Start with Windows</value>
|
||||
</data>
|
||||
<data name="Label_Status" xml:space="preserve">
|
||||
<value>Status</value>
|
||||
</data>
|
||||
|
||||
12
BodyshopUploader/Properties/Settings.Designer.cs
generated
12
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -128,5 +128,17 @@ namespace BodyshopPartner.Properties {
|
||||
this["RefreshToken"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool StartWithWindows {
|
||||
get {
|
||||
return ((bool)(this["StartWithWindows"]));
|
||||
}
|
||||
set {
|
||||
this["StartWithWindows"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,5 +29,8 @@
|
||||
<Setting Name="RefreshToken" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="StartWithWindows" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user