Skip to content

Commit 6e77389

Browse files
authored
Feature: Reduced frequency of the review Files prompt (#16521)
1 parent 59bb289 commit 6e77389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/MainPage.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ AppLifecycleHelper.AppEnvironment is not AppEnvironment.Dev &&
305305
return;
306306

307307
var totalLaunchCount = SystemInformation.Instance.TotalLaunchCount;
308-
if (totalLaunchCount is 15 or 30 or 60)
308+
if (totalLaunchCount is 50 or 200)
309309
{
310310
// Prompt user to review app in the Store
311311
DispatcherQueue.TryEnqueue(async () => await PromptForReviewAsync());

0 commit comments

Comments
 (0)