Language File Updates

This commit is contained in:
Brett Hewitson 2022-03-08 10:12:57 +10:00
parent 4dc8a35f1c
commit 5c41809294
6 changed files with 48 additions and 2472 deletions

View file

@ -272,6 +272,7 @@ namespace ServerManagerTool
else
this.Title = _globalizer.GetResourceString("MainWindow_Title");
this.versionChecker.PostAction(CheckForUpdates).DoNotWait();
this.scheduledTaskChecker.PostAction(CheckForScheduledTasks).DoNotWait();
this.discordBotChecker.PostAction(CheckForDiscordBot).DoNotWait();
}