Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a lot of recommendations from staticcheck #1125

Merged
merged 4 commits into from
Jun 25, 2020
Merged

Fix a lot of recommendations from staticcheck #1125

merged 4 commits into from
Jun 25, 2020

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    a5c20c0 View commit details
    Browse the repository at this point in the history
  2. Some more fixes

    - Removed some more unused functions.
    - Partly reverted progressbarinfinite chenges (might have caused a small issue)
    Jacalz committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    a21b0a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Use n == -1 for string replace, add in language.svg again and add sma…

    …ll fix
    
    This fixes the strings.Replace function to use n == -1 instead of 0 which gives no results at all.
    Added back the language icon and do a small fix to use the correct package in the bundled code.
    Jacalz committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    103a1bd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    6acbcd1 View commit details
    Browse the repository at this point in the history