Skip to content

Commit

Permalink
remove playback.av1 setting on user migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Sep 30, 2023
1 parent 5b2b2ba commit 5e761dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/migrations.bs
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ sub runRegistryUserMigrations(version as string)
' now saving LastRunVersion globally and per user so that we can run user specific registry migrations
' duplicate LastRunVersion to all user settings in the registry so that we can run user specific migrations
'
' no longer saving password to registry
' now saving LastRunVersion per user in addition to globally
registry_write("LastRunVersion", m.global.app.version, section)
' no longer saving password to registry
registry_delete("password", section)
' av1 playback no longer hidden behind user setting
registry_delete("playback.av1", section)
end if
end if
end for
Expand Down

0 comments on commit 5e761dd

Please sign in to comment.