fixed up buttons.
This commit is contained in:
parent
e8b2144864
commit
7ded3549ab
|
|
@ -832,6 +832,10 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.tshirtdir))
|
||||
{
|
||||
string previtem = listBox5.SelectedItem.ToString();
|
||||
textBox12.Text = "";
|
||||
comboBox3.SelectedItem = "Roblox";
|
||||
listBox5.SelectedItem = previtem;
|
||||
GlobalVars.Custom_T_Shirt_Offline = listBox5.SelectedItem.ToString();
|
||||
Image icon1 = LauncherFuncs.LoadImage(GlobalVars.tshirtdir + "\\" + GlobalVars.Custom_T_Shirt_Offline.Replace(".rbxm", "") + ".png");
|
||||
pictureBox5.Image = icon1;
|
||||
|
|
@ -851,6 +855,8 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.tshirtdir))
|
||||
{
|
||||
textBox12.Text = "";
|
||||
comboBox3.SelectedItem = "Roblox";
|
||||
Random random = new Random();
|
||||
int randomTShirt1 = random.Next(listBox5.Items.Count);
|
||||
listBox5.SelectedItem = listBox5.Items[randomTShirt1];
|
||||
|
|
@ -897,6 +903,10 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.shirtdir))
|
||||
{
|
||||
string previtem = listBox6.SelectedItem.ToString();
|
||||
textBox11.Text = "";
|
||||
comboBox2.SelectedItem = "Roblox";
|
||||
listBox6.SelectedItem = previtem;
|
||||
GlobalVars.Custom_Shirt_Offline = listBox6.SelectedItem.ToString();
|
||||
Image icon1 = LauncherFuncs.LoadImage(GlobalVars.shirtdir + "\\" + GlobalVars.Custom_Shirt_Offline.Replace(".rbxm", "") + ".png");
|
||||
pictureBox6.Image = icon1;
|
||||
|
|
@ -916,6 +926,8 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.shirtdir))
|
||||
{
|
||||
textBox11.Text = "";
|
||||
comboBox2.SelectedItem = "Roblox";
|
||||
Random random = new Random();
|
||||
int randomShirt1 = random.Next(listBox6.Items.Count);
|
||||
listBox6.SelectedItem = listBox6.Items[randomShirt1];
|
||||
|
|
@ -962,6 +974,10 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.pantsdir))
|
||||
{
|
||||
string previtem = listBox7.SelectedItem.ToString();
|
||||
textBox13.Text = "";
|
||||
comboBox1.SelectedItem = "Roblox";
|
||||
listBox7.SelectedItem = previtem;
|
||||
GlobalVars.Custom_Pants_Offline = listBox7.SelectedItem.ToString();
|
||||
Image icon1 = LauncherFuncs.LoadImage(GlobalVars.pantsdir + "\\" + GlobalVars.Custom_Pants_Offline.Replace(".rbxm", "") + ".png");
|
||||
pictureBox7.Image = icon1;
|
||||
|
|
@ -981,6 +997,8 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.pantsdir))
|
||||
{
|
||||
textBox13.Text = "";
|
||||
comboBox1.SelectedItem = "Roblox";
|
||||
Random random = new Random();
|
||||
int randomPants1 = random.Next(listBox7.Items.Count);
|
||||
listBox7.SelectedItem = listBox7.Items[randomPants1];
|
||||
|
|
|
|||
|
|
@ -824,6 +824,10 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.tshirtdir))
|
||||
{
|
||||
string previtem = listBox5.SelectedItem.ToString();
|
||||
textBox11.Text = "";
|
||||
comboBox2.SelectedItem = "Roblox";
|
||||
listBox5.SelectedItem = previtem;
|
||||
GlobalVars.Custom_T_Shirt_Offline = listBox5.SelectedItem.ToString();
|
||||
Image icon1 = LauncherFuncs.LoadImage(GlobalVars.tshirtdir + "\\" + GlobalVars.Custom_T_Shirt_Offline.Replace(".rbxm", "") + ".png");
|
||||
pictureBox5.Image = icon1;
|
||||
|
|
@ -843,6 +847,8 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.tshirtdir))
|
||||
{
|
||||
textBox11.Text = "";
|
||||
comboBox2.SelectedItem = "Roblox";
|
||||
Random random = new Random();
|
||||
int randomTShirt1 = random.Next(listBox5.Items.Count);
|
||||
listBox5.SelectedItem = listBox5.Items[randomTShirt1];
|
||||
|
|
@ -889,6 +895,10 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.shirtdir))
|
||||
{
|
||||
string previtem = listBox6.SelectedItem.ToString();
|
||||
textBox12.Text = "";
|
||||
comboBox1.SelectedItem = "Roblox";
|
||||
listBox6.SelectedItem = previtem;
|
||||
GlobalVars.Custom_Shirt_Offline = listBox6.SelectedItem.ToString();
|
||||
Image icon1 = LauncherFuncs.LoadImage(GlobalVars.shirtdir + "\\" + GlobalVars.Custom_Shirt_Offline.Replace(".rbxm", "") + ".png");
|
||||
pictureBox6.Image = icon1;
|
||||
|
|
@ -908,6 +918,8 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.shirtdir))
|
||||
{
|
||||
textBox12.Text = "";
|
||||
comboBox1.SelectedItem = "Roblox";
|
||||
Random random = new Random();
|
||||
int randomShirt1 = random.Next(listBox6.Items.Count);
|
||||
listBox6.SelectedItem = listBox6.Items[randomShirt1];
|
||||
|
|
@ -954,6 +966,10 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.pantsdir))
|
||||
{
|
||||
string previtem = listBox7.SelectedItem.ToString();
|
||||
textBox13.Text = "";
|
||||
comboBox3.SelectedItem = "Roblox";
|
||||
listBox7.SelectedItem = previtem;
|
||||
GlobalVars.Custom_Pants_Offline = listBox7.SelectedItem.ToString();
|
||||
Image icon1 = LauncherFuncs.LoadImage(GlobalVars.pantsdir + "\\" + GlobalVars.Custom_Pants_Offline.Replace(".rbxm", "") + ".png");
|
||||
pictureBox7.Image = icon1;
|
||||
|
|
@ -973,6 +989,8 @@ namespace NovetusLauncher
|
|||
{
|
||||
if (Directory.Exists(GlobalVars.pantsdir))
|
||||
{
|
||||
textBox13.Text = "";
|
||||
comboBox3.SelectedItem = "Roblox";
|
||||
Random random = new Random();
|
||||
int randomPants1 = random.Next(listBox7.Items.Count);
|
||||
listBox7.SelectedItem = listBox7.Items[randomPants1];
|
||||
|
|
|
|||
Loading…
Reference in New Issue