mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-30 16:44:47 +00:00
Program - Move Update related initialization into Updater class
This commit is contained in:
@@ -2251,7 +2251,7 @@ namespace PckStudio
|
||||
|
||||
private void checkForUpdatesToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
Program.UpdateToLatest();
|
||||
Updater.UpdateToLatest();
|
||||
}
|
||||
|
||||
private void exitToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user