Skip to content

Commit

Permalink
Removed redundant type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed Nov 30, 2020
1 parent cfc1f74 commit 294477e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public async Task<bool> CheckForUpdate()

private async void Owner_OnStartupEvent(object sender, EventArgs e)
{
if (PreferencesSettings.GetPreference<bool>("CheckUpdatesOnStartup", true))
if (PreferencesSettings.GetPreference("CheckUpdatesOnStartup", true))
{
await CheckForUpdate();
}
Expand Down

0 comments on commit 294477e

Please sign in to comment.