Skip to content

Commit

Permalink
Update SeerProProvider.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed May 8, 2024
1 parent d0d0761 commit 30c815a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ private Task<bool> DetectTrackSelectionSetting()
string[] paths =
{
Environment.ExpandEnvironmentVariables("%USERPROFILE%\\Documents\\Seer\\uwp.ini"),
Environment.ExpandEnvironmentVariables("%USERPROFILE%\\appdata\\Local\\Packages\\CNABA5E861-AC2A-4523-B3C1.Seer-AWindowsQuickLookTo_p7t0z30wh4868\\LocalCache\\Local\\Corey\\Seer\\uwp.ini"),
Environment.ExpandEnvironmentVariables("%USERPROFILE%\\appdata\\Local\\Corey\\Seer\\uwp.ini"),
Environment.ExpandEnvironmentVariables("%USERPROFILE%\\Documents\\Seer\\config.ini")
};
Expand Down

0 comments on commit 30c815a

Please sign in to comment.