We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bb289 commit 6e77389Copy full SHA for 6e77389
src/Files.App/Views/MainPage.xaml.cs
@@ -305,7 +305,7 @@ AppLifecycleHelper.AppEnvironment is not AppEnvironment.Dev &&
305
return;
306
307
var totalLaunchCount = SystemInformation.Instance.TotalLaunchCount;
308
- if (totalLaunchCount is 15 or 30 or 60)
+ if (totalLaunchCount is 50 or 200)
309
{
310
// Prompt user to review app in the Store
311
DispatcherQueue.TryEnqueue(async () => await PromptForReviewAsync());
0 commit comments