diff options
| author | AShifter <[email protected]> | 2017-05-01 13:41:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-01 13:41:38 -0700 |
| commit | 338aebc311325b1f1ddf1cf6853dbf1905fb0759 (patch) | |
| tree | 08624a06991a947c4444e6a20be10d42adfa3a0e /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | |
| parent | 014ecfb06555280f3d547d7f9bdef25904b7b206 (diff) | |
| parent | a81438ac681f83c6ca13a5000d3944ce8c50db9a (diff) | |
| download | histacom2-338aebc311325b1f1ddf1cf6853dbf1905fb0759.tar.gz histacom2-338aebc311325b1f1ddf1cf6853dbf1905fb0759.tar.bz2 histacom2-338aebc311325b1f1ddf1cf6853dbf1905fb0759.zip | |
Merge pull request #60 from lempamo/master
set up the hwcv
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs index 2b587d2..9f35153 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs @@ -206,7 +206,7 @@ namespace TimeHACK.OS.Win95.Win95Apps break; case "12PADAMS": webBrowser1.Document.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click); - webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;"; + if (!TitleScreen.frm95.hiddenpadamsFound) webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;"; break; } loadplz.Stop(); |
