Skip to content

Commit

Permalink
Removal of opening the home page of the program after installing a ne…
Browse files Browse the repository at this point in the history
…w version
  • Loading branch information
eloaders committed Sep 9, 2014
1 parent edcfef5 commit 0f43d87
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions I-Nex/i-nex/.src/MInit.module
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@ Public Sub _inits()
'Exec ["/bin/bash", "" & User.Home & "/.i-nex/screenfetch-dev"] Wait To Do_not_print
Do_not_print = Null

If Settings["FirstRun/Value"] = "True" Then
If Settings["FirstRun/AppVer"] < Application.Version Then

Desktop.Open("http://i-nex.linux.pl/" & Application.Version & "")
Settings["FirstRun/AppVer"] = Application.Version

Else

Logs("This is not first run of I-Nex", Logger.Info)

Endif


Else

Desktop.Open("http://i-nex.linux.pl")
Settings["FirstRun/Value"] = "True"
Settings["FirstRun/AppVer"] = Application.Version

Endif
' If Settings["FirstRun/Value"] = "True" Then
' If Settings["FirstRun/AppVer"] < Application.Version Then
'
' Desktop.Open("http://i-nex.linux.pl/" & Application.Version & "")
' Settings["FirstRun/AppVer"] = Application.Version
'
' Else
'
' Logs("This is not first run of I-Nex", Logger.Info)
'
' Endif
'
'
' Else
'
' Desktop.Open("http://i-nex.linux.pl")
' Settings["FirstRun/Value"] = "True"
' Settings["FirstRun/AppVer"] = Application.Version
'
' Endif

End

0 comments on commit 0f43d87

Please sign in to comment.