Skip to content

Commit

Permalink
Change courtesy timer to 4 hours instead of 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbutkiewicz committed Mar 29, 2024
1 parent fa95b4f commit 3cfd79c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SharpCut/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ private void timerCourtesyUpdate_Tick(object sender, EventArgs e)

if (dialogResult == DialogResult.Yes)
{
Process.Start("https://bagno.jp/");
Process.Start("https://conflagrate.co");
}
else
{
Expand All @@ -1449,7 +1449,7 @@ private void timerCourtesyUpdate_Tick(object sender, EventArgs e)
Resources.CourtesyTitle,
MessageBoxButtons.OK,
MessageBoxIcon.Information
);
);
}
}
else
Expand Down
2 changes: 1 addition & 1 deletion SharpCutCommon/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SharpCutCommon/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Value Profile="(Default)">24/60</Value>
</Setting>
<Setting Name="TimeUntilCourtesy" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1800</Value>
<Value Profile="(Default)">14440</Value>
</Setting>
<Setting Name="CourtesyEnabled" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
Expand Down
2 changes: 1 addition & 1 deletion SharpCutCommon/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<value>24/60</value>
</setting>
<setting name="TimeUntilCourtesy" serializeAs="String">
<value>1800</value>
<value>14440</value>
</setting>
<setting name="CourtesyEnabled" serializeAs="String">
<value>True</value>
Expand Down

0 comments on commit 3cfd79c

Please sign in to comment.