mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-12 13:08:52 +00:00
fixed usage of deprecated form
This commit is contained in:
@@ -14,11 +14,11 @@ namespace PckStudio.Classes
|
||||
|
||||
public static void UpdateProgram(bool Beta)
|
||||
{
|
||||
Forms.FakeProgressBar fb = new Forms.FakeProgressBar();
|
||||
//Forms.FakeProgressBar fb = new Forms.FakeProgressBar();
|
||||
Thread thr = new Thread(() =>
|
||||
{
|
||||
Thread.CurrentThread.IsBackground = true;
|
||||
fb.ShowDialog();
|
||||
//fb.ShowDialog();
|
||||
});
|
||||
if (Classes.Network.Portable)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user