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

RareLauncher: Fix wrong arguments in pre-launch command QProcess.start() #403

Merged
merged 3 commits into from
May 17, 2024

Commits on May 17, 2024

  1. GameDetails: Refactor file structure

    `GameInfo` has been renamed to `GameDetails` to align it with
    the similar `StoreDetails` page while making the difference clearer.
    
    Remove the `game_` prefix from the file names to reduce noise. The path
    should be enough to provide scope.
    loathingKernel committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fec4e3c View commit details
    Browse the repository at this point in the history
  2. DetailsWidget: Rename to StoreDetailsWidget

    In continuation of the previous change, prepend `Store` to the name to
    specify the difference.
    
    The goal is to add `StoreDetailsWidget` as a second view in `GameDetails`
    with information sourced from the Epic Games Store.
    loathingKernel committed May 17, 2024
    Configuration menu
    Copy the full SHA
    95e7607 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b476af View commit details
    Browse the repository at this point in the history