From f796e83362b646f153f9ef9a6041269facf62656 Mon Sep 17 00:00:00 2001 From: pcnerd97 Date: Tue, 7 Apr 2015 19:05:28 +0100 Subject: Browser And Dock Fixes This pull request fixes a few issues with the dock and adds unlimited tabs to the webbrowser --- ShiftOS/DockEngine.vb | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS/DockEngine.vb') diff --git a/ShiftOS/DockEngine.vb b/ShiftOS/DockEngine.vb index 5c8721e..12dbf04 100644 --- a/ShiftOS/DockEngine.vb +++ b/ShiftOS/DockEngine.vb @@ -33,6 +33,7 @@ My.Computer.FileSystem.CreateDirectory(Application.StartupPath + "\SoftwareData\ShiftDock") End If System.IO.File.Create(filepath).Dispose() + DockWindow.firststart = True End If End If -- cgit v1.2.3