aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/DockEngine.vb
diff options
context:
space:
mode:
authorpcnerd97 <[email protected]>2015-04-07 19:05:28 +0100
committerpcnerd97 <[email protected]>2015-04-07 19:05:28 +0100
commitf796e83362b646f153f9ef9a6041269facf62656 (patch)
tree9a1df4d424f8b5bf52121a1c7d6e4f6ca74fb44f /ShiftOS/DockEngine.vb
parent513e026987c18af9f5e7227cb4bab2a87f756bff (diff)
downloadshiftos-f796e83362b646f153f9ef9a6041269facf62656.tar.gz
shiftos-f796e83362b646f153f9ef9a6041269facf62656.tar.bz2
shiftos-f796e83362b646f153f9ef9a6041269facf62656.zip
Browser And Dock Fixes
This pull request fixes a few issues with the dock and adds unlimited tabs to the webbrowser
Diffstat (limited to 'ShiftOS/DockEngine.vb')
-rw-r--r--ShiftOS/DockEngine.vb1
1 files changed, 1 insertions, 0 deletions
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