mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Do not use top most, but dialog for the game settings.
This commit is contained in:
@@ -280,7 +280,6 @@ namespace GHelper
|
||||
private void ButtonAutoTDP_Click(object? sender, EventArgs e)
|
||||
{
|
||||
autoTdpUi = new AutoTDPUI();
|
||||
autoTdpUi.TopMost = true;
|
||||
autoTdpUi.FormClosed += AutoTdpUi_FormClosed;
|
||||
autoTdpUi.Disposed += AutoTdpUi_Disposed;
|
||||
if (!autoTdpUi.IsDisposed)
|
||||
|
||||
Reference in New Issue
Block a user