make sure we use the current version of the app
This commit is contained in:
parent
7a53b4a4c7
commit
83e6541d75
|
@ -160,7 +160,7 @@ namespace session
|
|||
session.user.Update("LastRunVersion", lastRunVersion)
|
||||
else
|
||||
' new user whos never ran the app before. update lastrunversion in registry
|
||||
set_user_setting("LastRunVersion", m.global.app.lastRunVersion)
|
||||
set_user_setting("LastRunVersion", m.global.app.version)
|
||||
end if
|
||||
|
||||
' update user session settings with values from registry
|
||||
|
|
Loading…
Reference in New Issue
Block a user