Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Files.App/Views/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ AppLifecycleHelper.AppEnvironment is not AppEnvironment.Dev &&
return;

var totalLaunchCount = SystemInformation.Instance.TotalLaunchCount;
if (totalLaunchCount is 15 or 30 or 60)
if (totalLaunchCount is 50 or 200)
{
// Prompt user to review app in the Store
DispatcherQueue.TryEnqueue(async () => await PromptForReviewAsync());
Expand Down
Loading