From 7a17bdcb24e580a357bb1f9b8a925315eac33e64 Mon Sep 17 00:00:00 2001 From: Michael Webb Date: Thu, 4 Apr 2019 22:00:10 -0500 Subject: HUGE list of changes; see Discord for more info --- Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Histacom2/OS/Win98/Win98Apps') 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(); -- cgit v1.2.3