Skip to content

Commit

Permalink
Config changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucki committed Oct 30, 2021
1 parent b18d965 commit 23e6f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/settings/Auth.vala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace GameHub.Settings.Auth

public EpicGames()
{
base(ProjectConfig.PROJECT_NAME + ".auth.epicgames");
base(Config.RDNN + ".auth.epicgames");
}

private static EpicGames? _instance;
Expand Down
2 changes: 1 addition & 1 deletion src/settings/Paths.vala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace GameHub.Settings.Paths

public EpicGames()
{
base(ProjectConfig.PROJECT_NAME + ".paths.epicgames");
base(Config.RDNN + ".paths.epicgames");
}

private static EpicGames _instance;
Expand Down

0 comments on commit 23e6f47

Please sign in to comment.