Skip to content

Commit f9e4c38

Browse files
committed
Make TotalLaunchCount readonly
1 parent 2be67f0 commit f9e4c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public partial class App : Application
2222

2323
public static bool IsAppUpdated { get; }
2424
public static bool IsFirstRun { get; }
25-
public static long TotalLaunchCount { get; set; }
25+
public static long TotalLaunchCount { get; }
2626

2727
static App()
2828
{

0 commit comments

Comments
 (0)