Skip to content

Commit

Permalink
Changed default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bio2hazard committed Jan 21, 2014
1 parent 8ff0a3d commit 91110c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions talis.xivplugin.twintania/Properties/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ public string TwintaniaWidgetDeathSentenceAlertFile

[UserScopedSetting]
[DebuggerNonUserCode]
[DefaultSettingValue("False")]
[DefaultSettingValue("True")]
public bool TwintaniaWidgetDeathSentenceWarningEnabled
{
get { return ((bool)(this["TwintaniaWidgetDeathSentenceWarningEnabled"])); }
Expand Down Expand Up @@ -583,7 +583,7 @@ public Double TwintaniaWidgetDeathSentenceWarningTime

[UserScopedSetting]
[DebuggerNonUserCode]
[DefaultSettingValue("True")]
[DefaultSettingValue("False")]
public bool TwintaniaWidgetDeathSentenceWarningPlaySound
{
get { return ((bool)(this["TwintaniaWidgetDeathSentenceWarningPlaySound"])); }
Expand Down Expand Up @@ -674,7 +674,7 @@ public string TwintaniaWidgetTwisterAlertFile

[UserScopedSetting]
[DebuggerNonUserCode]
[DefaultSettingValue("False")]
[DefaultSettingValue("True")]
public bool TwintaniaWidgetTwisterWarningEnabled
{
get { return ((bool)(this["TwintaniaWidgetTwisterWarningEnabled"])); }
Expand Down Expand Up @@ -713,7 +713,7 @@ public Double TwintaniaWidgetTwisterWarningTime

[UserScopedSetting]
[DebuggerNonUserCode]
[DefaultSettingValue("True")]
[DefaultSettingValue("False")]
public bool TwintaniaWidgetTwisterWarningPlaySound
{
get { return ((bool)(this["TwintaniaWidgetTwisterWarningPlaySound"])); }
Expand Down

0 comments on commit 91110c8

Please sign in to comment.