fix(Timelapse): fix count per page switch in the Timelapse Files Panel (#2134)

This commit is contained in:
Stefan Dej 2025-02-02 16:24:42 +01:00 committed by GitHub
parent cc6e418775
commit 9db98302c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -599,7 +599,7 @@ export default class TimelapseFilesPanel extends Mixins(BaseMixin) {
}
get countPerPage() {
return this.$store.state.gui.view.gcodefiles?.countPerPage ?? 10
return this.$store.state.gui.view.timelapse?.countPerPage ?? 10
}
set countPerPage(newVal) {