fix(Timelapse): fix count per page switch in the Timelapse Files Panel (#2134)
This commit is contained in:
parent
cc6e418775
commit
9db98302c8
@ -599,7 +599,7 @@ export default class TimelapseFilesPanel extends Mixins(BaseMixin) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get countPerPage() {
|
get countPerPage() {
|
||||||
return this.$store.state.gui.view.gcodefiles?.countPerPage ?? 10
|
return this.$store.state.gui.view.timelapse?.countPerPage ?? 10
|
||||||
}
|
}
|
||||||
|
|
||||||
set countPerPage(newVal) {
|
set countPerPage(newVal) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user