We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a61ba4 commit 33076b2Copy full SHA for 33076b2
src/components/settings/GeneralSettings.vue
@@ -521,10 +521,10 @@ export default class GeneralSettings extends Mixins(StateMixin) {
521
}
522
523
get printProgressCalculation () {
524
- return this.$store.state.config.uiSettings.general.printProgressCalculation as PrintProgressCalculation
+ return this.$store.state.config.uiSettings.general.printProgressCalculation as PrintProgressCalculation[]
525
526
527
- set printProgressCalculation (value: string) {
+ set printProgressCalculation (value: PrintProgressCalculation[]) {
528
this.$store.dispatch('config/saveByPath', {
529
path: 'uiSettings.general.printProgressCalculation',
530
value,
0 commit comments