Hidden "show tasks" option to prepare a new release
This commit is contained in:
parent
d8fb233a7a
commit
0d5d1b8027
@ -151,6 +151,7 @@
|
||||
this.chkShowTasks.TabIndex = 16;
|
||||
this.chkShowTasks.Text = "Show Tasks";
|
||||
this.chkShowTasks.UseVisualStyleBackColor = true;
|
||||
this.chkShowTasks.Visible = false;
|
||||
//
|
||||
// cboFirstDayOfWeek
|
||||
//
|
||||
|
@ -120,7 +120,7 @@ namespace Outlook2013TodoAddIn.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool ShowTasks {
|
||||
get {
|
||||
return ((bool)(this["ShowTasks"]));
|
||||
|
@ -27,7 +27,7 @@
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="ShowTasks" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="FirstDayOfWeek" Type="System.DayOfWeek" Scope="User">
|
||||
<Value Profile="(Default)">Sunday</Value>
|
||||
|
@ -29,7 +29,7 @@
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="ShowTasks" serializeAs="String">
|
||||
<value>True</value>
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="FirstDayOfWeek" serializeAs="String">
|
||||
<value>Sunday</value>
|
||||
|
Loading…
Reference in New Issue
Block a user