mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Tweak
This commit is contained in:
parent
30a7e3b2c0
commit
b263775395
@ -1536,17 +1536,12 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
||||
toolStrip1.Visible = true;
|
||||
toolStrip1.Enabled = true;
|
||||
lbLastMessage.ForeColor = SystemColors.GrayText;
|
||||
int lvDebugItemCount = lvDebug.Items.Count;
|
||||
if (lvDebugItemCount > 0)
|
||||
{
|
||||
lbLastMessage.Text = lvDebug.Items[lvDebugItemCount - 1].SubItems[1].Text;
|
||||
}
|
||||
|
||||
opt.inputtimer.Stop();
|
||||
opt.sixaxisTimer.Stop();
|
||||
opt.Dock = DockStyle.None;
|
||||
tabProfiles.Controls.Remove(opt);
|
||||
optPop = false;
|
||||
optPop = false; opt = null;
|
||||
|
||||
lBProfiles.Visible = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user