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.TabIndex = 16;
|
||||||
this.chkShowTasks.Text = "Show Tasks";
|
this.chkShowTasks.Text = "Show Tasks";
|
||||||
this.chkShowTasks.UseVisualStyleBackColor = true;
|
this.chkShowTasks.UseVisualStyleBackColor = true;
|
||||||
|
this.chkShowTasks.Visible = false;
|
||||||
//
|
//
|
||||||
// cboFirstDayOfWeek
|
// cboFirstDayOfWeek
|
||||||
//
|
//
|
||||||
|
@ -120,7 +120,7 @@ namespace Outlook2013TodoAddIn.Properties {
|
|||||||
|
|
||||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||||
public bool ShowTasks {
|
public bool ShowTasks {
|
||||||
get {
|
get {
|
||||||
return ((bool)(this["ShowTasks"]));
|
return ((bool)(this["ShowTasks"]));
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<Value Profile="(Default)">True</Value>
|
<Value Profile="(Default)">True</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="ShowTasks" Type="System.Boolean" Scope="User">
|
<Setting Name="ShowTasks" Type="System.Boolean" Scope="User">
|
||||||
<Value Profile="(Default)">True</Value>
|
<Value Profile="(Default)">False</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="FirstDayOfWeek" Type="System.DayOfWeek" Scope="User">
|
<Setting Name="FirstDayOfWeek" Type="System.DayOfWeek" Scope="User">
|
||||||
<Value Profile="(Default)">Sunday</Value>
|
<Value Profile="(Default)">Sunday</Value>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<value>True</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="ShowTasks" serializeAs="String">
|
<setting name="ShowTasks" serializeAs="String">
|
||||||
<value>True</value>
|
<value>False</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="FirstDayOfWeek" serializeAs="String">
|
<setting name="FirstDayOfWeek" serializeAs="String">
|
||||||
<value>Sunday</value>
|
<value>Sunday</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user