Skip to content

Commit

Permalink
missing IsFirstBoot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesueur Benjamin committed Nov 16, 2020
1 parent 180806a commit eea13ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DockerForm/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ public static void VideoControllerMonitor(object data)

if (IsFirstBoot)
{
IsFirstBoot = false;
DatabaseManager.SanityCheck();
}
else
Expand Down

0 comments on commit eea13ca

Please sign in to comment.