Fixed tab switching

master
1987kostya 4 years ago
parent 53c7e45e2e
commit 58fb2aaf2f

@ -282,7 +282,7 @@ namespace CTFAK.GUI
dumpSortedBtn.Visible = true; dumpSortedBtn.Visible = true;
GameInfo.Visible = true; GameInfo.Visible = true;
loadingLabel.Visible = false; loadingLabel.Visible = false;
Loaded = true;
InitPackDataTab(); InitPackDataTab();
InitImages(); InitImages();
InitSounds(); InitSounds();
@ -311,6 +311,7 @@ namespace CTFAK.GUI
GameInfo.Text = toLog; GameInfo.Text = toLog;
Loaded = true;
} }

Loading…
Cancel
Save