Allow vertical scrolling in settings snapshots

This commit is contained in:
Cohee
2024-06-27 08:45:09 +00:00
parent 5075534b2e
commit 4e083ebd4f

View File

@ -592,7 +592,7 @@ async function viewSettingsSnapshots() {
}
}
callGenericPopup(template, POPUP_TYPE.TEXT, '', { okButton: 'Close', wide: false, large: false });
callGenericPopup(template, POPUP_TYPE.TEXT, '', { okButton: 'Close', wide: false, large: false, allowVerticalScrolling: true });
template.find('.makeSnapshotButton').on('click', () => makeSnapshot(renderSnapshots));
renderSnapshots();
}