EgtDOORCreator 1.8f3 :

- è stato eliminato il direttorio "CompoDirectory" all'interno del file Confin.ini; ora  il percorso per il direttorio è direttamente costruito nel file CompoPaneViewModel.vb .
This commit is contained in:
Nicola Pievani
2017-06-20 11:07:12 +00:00
parent f73d594ed0
commit 2acf2cf7ba
4 changed files with 61 additions and 31 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ Friend Module OptionModule
Dim nOptionLauncher As Integer
' leggo il valore
If Not IsNothing(CStr(GetPrivateProfileInt(S_LAUNCHERWINDOW, K_LAUNCHER, 1))) Then
nOptionLauncher = GetPrivateProfileInt(S_LAUNCHERWINDOW, K_LAUNCHER, 1)
If Not IsNothing(CStr(GetPrivateProfileInt(S_LAUNCHERWINDOW, K_LAUNCHER, 0))) Then
nOptionLauncher = GetPrivateProfileInt(S_LAUNCHERWINDOW, K_LAUNCHER, 0)
End If
' leggo il direttorio della guida