make sure we use the current version of the app

This commit is contained in:
Charles Ewert 2023-12-06 15:15:32 -05:00
parent 7a53b4a4c7
commit 83e6541d75

View File

@ -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