mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-18 08:56:20 +01:00
Fix service start text for tray icon context menu
Related to issue #122.
This commit is contained in:
parent
4f4bf78bea
commit
67b2c2ff4a
@ -967,7 +967,7 @@ namespace DS4Windows
|
|||||||
autoProfilesTimer.Start();
|
autoProfilesTimer.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
btnStartStop.Text = Properties.Resources.StopText;
|
startToolStripMenuItem.Text = btnStartStop.Text = Properties.Resources.StopText;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void serviceShutdown(bool log)
|
private void serviceShutdown(bool log)
|
||||||
@ -985,7 +985,7 @@ namespace DS4Windows
|
|||||||
{
|
{
|
||||||
hotkeysTimer.Stop();
|
hotkeysTimer.Stop();
|
||||||
autoProfilesTimer.Stop();
|
autoProfilesTimer.Stop();
|
||||||
btnStartStop.Text = Properties.Resources.StartText;
|
startToolStripMenuItem.Text = btnStartStop.Text = Properties.Resources.StartText;
|
||||||
blankControllerTab();
|
blankControllerTab();
|
||||||
populateFullNotifyText();
|
populateFullNotifyText();
|
||||||
}
|
}
|
||||||
@ -1001,8 +1001,6 @@ namespace DS4Windows
|
|||||||
blankControllerTab();
|
blankControllerTab();
|
||||||
serviceShutdown(log);
|
serviceShutdown(log);
|
||||||
}
|
}
|
||||||
|
|
||||||
startToolStripMenuItem.Text = btnStartStop.Text;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void btnClear_Click(object sender, EventArgs e)
|
protected void btnClear_Click(object sender, EventArgs e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user