Skip to content

Commit

Permalink
add printer service information. can later show ui element to inform …
Browse files Browse the repository at this point in the history
…about printing process status, #234
  • Loading branch information
mgineer85 committed Apr 19, 2024
1 parent aa34c39 commit 743dde4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stores/main-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export const useMainStore = defineStore('main-store', () => {
primary: {},
secondary: {},
},
printer: {
is_blocked: null,
waiting_time: null,
},
version: null,
platform_system: null,
platform_release: null,
Expand Down

0 comments on commit 743dde4

Please sign in to comment.