This commit is contained in:
Berdi 2023-07-10 12:43:28 +02:00 committed by GitHub
commit 71507fcb9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);