diff options
| author | Michael Webb <[email protected]> | 2019-04-04 22:00:10 -0500 |
|---|---|---|
| committer | Michael Webb <[email protected]> | 2019-04-04 22:00:10 -0500 |
| commit | 7a17bdcb24e580a357bb1f9b8a925315eac33e64 (patch) | |
| tree | c0629b347bb95fc4aec0657ae5c581fd975a937b /Histacom2/OS/Win98/Win98Apps | |
| parent | 95345b4f04925194782512155cfd97210c244ad1 (diff) | |
| download | histacom2-7a17bdcb24e580a357bb1f9b8a925315eac33e64.tar.gz histacom2-7a17bdcb24e580a357bb1f9b8a925315eac33e64.tar.bz2 histacom2-7a17bdcb24e580a357bb1f9b8a925315eac33e64.zip | |
HUGE list of changes; see Discord for more info
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs index b3f1d2b..330f13c 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs @@ -348,7 +348,7 @@ namespace Histacom2.OS.Win95.Win95Apps case "web chat 99 setup": WinClassicInstaller inst = new WinClassicInstaller("Web Chat 1999"); inst.InstallCompleted += (sendr, args) => TitleScreen.frm98.WebChatToolStripMenuItem.Visible = true; - WinClassic appInstaller = wm.Init(inst, "Web Chat Setup", null, true, true); + WinClassic appInstaller = wm.Init(inst, "Web Chat Setup", null, false, true, false, false); Program.AddTaskbarItem(appInstaller, appInstaller.Tag.ToString(), "Web Chat Setup", null); appInstaller.BringToFront(); @@ -359,7 +359,7 @@ namespace Histacom2.OS.Win95.Win95Apps { TitleScreen.frm98.TimeDistorterToolStripMenuItem.Visible = true; }; - WinClassic appTd = wm.Init(instTd, "Time Distorter Setup", null, true, true); + WinClassic appTd = wm.Init(instTd, "Time Distorter Setup", null, false, true, false, false); Program.AddTaskbarItem(appTd, appTd.Tag.ToString(), "Time Distorter Setup", null); appTd.BringToFront(); |
