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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user