Tastudio - set Always on Top immediately, not when it is restarted
This commit is contained in:
parent
8b5c9dc129
commit
2e36ab5cbb
|
@ -555,6 +555,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
private void AlwaysOnTopMenuItem_Click(object sender, EventArgs e)
|
private void AlwaysOnTopMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
Global.Config.TAStudioSettings.TopMost ^= true;
|
Global.Config.TAStudioSettings.TopMost ^= true;
|
||||||
|
TopMost = Global.Config.TAStudioSettings.TopMost;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FloatingWindowMenuItem_Click(object sender, EventArgs e)
|
private void FloatingWindowMenuItem_Click(object sender, EventArgs e)
|
||||||
|
|
Loading…
Reference in New Issue