Skip to content

Commit

Permalink
fix:play button symbol issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiro committed Dec 4, 2022
1 parent 1c2db80 commit eaad374
Show file tree
Hide file tree
Showing 12 changed files with 684 additions and 620 deletions.
3 changes: 3 additions & 0 deletions Daigassou/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<setting name="keyboardOffset" serializeAs="String">
<value>0</value>
</setting>
<setting name="isFirewallSet" serializeAs="String">
<value>False</value>
</setting>
</Daigassou.Properties.Settings>
</userSettings>
<appSettings>
Expand Down
8 changes: 8 additions & 0 deletions Daigassou/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,15 @@ public static void SendMessageToAll(eventCata ev,string message)

public static void CheckForUpdate()
{

AutoUpdater.ParseUpdateInfoEvent += AutoUpdaterOnParseUpdateInfoEvent;
AutoUpdater.ShowSkipButton = false;
AutoUpdater.LetUserSelectRemindLater = false;
AutoUpdater.RemindLaterTimeSpan = RemindLaterFormat.Days;
AutoUpdater.RemindLaterAt = 1;
#if DEBUG
AutoUpdater.Start("https://up.xiv.pub/version_test.json");
#endif
AutoUpdater.Start("https://up.xiv.pub/version.json");
}

Expand Down
23 changes: 16 additions & 7 deletions Daigassou/Forms/MainFormEx.Designer.cs

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

Loading

0 comments on commit eaad374

Please sign in to comment.