Click-Through stays enabled after showing Form

This commit is contained in:
Berdi 2023-03-19 20:16:22 +01:00
parent f59db2c01e
commit dfbd8dee5c

View file

@ -72,7 +72,6 @@ namespace OnTopReplica {
public void EnsureMainFormVisible() {
//Reset special modes
FullscreenManager.SwitchBack();
ClickThroughEnabled = false;
//Restore main form in a platform-dependent method
Program.Platform.RestoreForm(this);