Skip to content

Commit

Permalink
[Bugfix] Fix Restore Backup dropdown always using Automatic backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Sep 9, 2024
1 parent e1bf2f7 commit 051ccbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Menu/GeneralTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function layoutBackup:OnRestoreSelect(backupType)
Menu:ShowPopup(
popupMsg,
function()
DB.RestoreFromBackup("automatic")
DB.RestoreFromBackup(backupType)
layoutBackup.Update()
end)
end
Expand Down

0 comments on commit 051ccbb

Please sign in to comment.